public abstract class PrologEngines extends Object
Constructor and Description |
---|
PrologEngines() |
Modifier and Type | Method and Description |
---|---|
static <T extends PrologEngine> |
defaultPrologEngine() |
static <T extends PrologEngine> |
getAllPrologEngines() |
static PrologEngine |
getPrologEngine(Class<?> clazz) |
static PrologEngine |
getPrologEngine(Package pakkage) |
static <T extends PrologEngine> |
getPrologEngine(String categoryName) |
static <T extends PrologEngine> |
getPrologEngineById(Object id) |
static void |
shutdownAll() |
static void |
shutdownAll(boolean force) |
public static void shutdownAll()
public static void shutdownAll(boolean force)
public static <T extends PrologEngine> Set<T> getAllPrologEngines()
public static <T extends PrologEngine> T getPrologEngineById(Object id)
public static <T extends PrologEngine> T getPrologEngine(String categoryName)
public static <T extends PrologEngine> T defaultPrologEngine()
public static PrologEngine getPrologEngine(Package pakkage)
public static PrologEngine getPrologEngine(Class<?> clazz)
Copyright © 2014. All rights reserved.