MCPcopy Create free account
hub / github.com/SWI-Prolog/packages-jpl / init

Method init

src/main/java/org/jpl7/JPL.java:273–275  ·  view source on GitHub ↗

Initializes the Prolog engine, using the String argument parameters passed. This method need be called only if you want to both (i) initialise the Prolog engine with parameters other than the default ones and (ii) force initialisation to occur (rather than allow it to occur automatically at the firs

(String[] args)

Source from the content-addressed store, hash-verified

271 * @return true iff initialization was new; false if already initialized
272 */
273 public static boolean init(String[] args) {
274 return Prolog.set_default_init_args(args) && init();
275 }
276
277 /**
278 * Initialises the Prolog engine using the current default initialisation

Callers 2

mainMethod · 0.95
mainMethod · 0.95

Calls 2

set_default_init_argsMethod · 0.95
initialiseMethod · 0.95

Tested by

no test coverage detected