Package | Description |
---|---|
org.licas.ai_solver |
Problem-solving packages, this includes base factory classes, categorised, that can be extended.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHeuristicFactory
This class stores some constant values.
|
class |
ModuleHeuristicFactory
This heuristic factory is read automatically by the GUI when loaded, to store a
pre-programmed script of the services it provides.
|
Modifier and Type | Method and Description |
---|---|
static HeuristicFactory |
HeuristicFactory.getInstance()
Get the created instance of the analysis model factory.
|
Modifier and Type | Method and Description |
---|---|
static void |
HeuristicFactory.setHeuristicFactory(HeuristicFactory thisHeuristicFactory)
Set the instance of the heuristic factory to be used.
|