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 |
DefaultSolverFactory
This is the default implementation of the factory that is required to return all of
the user defined and default classes for solving the problems.
|
class |
ModuleSolverFactory
This solver 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 SolverFactory |
SolverFactory.getInstance()
Get the created instance of the analysis model factory.
|
Modifier and Type | Method and Description |
---|---|
static void |
SolverFactory.setSolverFactory(SolverFactory thisSolverFactory)
Set the instance of the solver factory to be used.
|