Package | Description |
---|---|
org.licas.ai_solver |
Problem-solving packages, this includes base factory classes, categorised, that can be extended.
|
org.licas.ai_solver.parser |
For parsing problem-solver specifications and descriptions.
|
Modifier and Type | Method and Description |
---|---|
ProblemScriptParser |
DefaultSolverSpecs.getProblemScriptParser(java.lang.String solverType)
Get the parser to create the problem script from an XML description.
|
abstract ProblemScriptParser |
SolverSpecs.getProblemScriptParser(java.lang.String solverType)
Get the parser to create the problem script from an XML description.
|
Modifier and Type | Class and Description |
---|---|
class |
GridProblemScriptParser
This class parses a problem script description of type
GridProblemScript ,
to or from XML. |
class |
KnnProblemScriptParser
This class parses a problem script description of type
KnnProblemScript ,
to or from XML. |
class |
SomProblemScriptParser
This class parses a problem script description of type
SomProblemScript ,
to or from XML. |