Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X 

P

parse(Element) - Method in class org.licas.ai_solver.parser.GridProblemScriptParser
Parse the file path to create a test script for creating the test scenario from.
parse(Element) - Method in class org.licas.ai_solver.parser.KnnProblemScriptParser
Parse the file path to create a test script for creating the test scenario from.
parse(Element) - Method in class org.licas.ai_solver.parser.ProblemParser
Parse the XML back into a problem object.
parse(Element) - Method in class org.licas.ai_solver.parser.ProblemScriptParser
Parse the file path to create a test script for creating the test scenario from.
parse(Element) - Method in class org.licas.ai_solver.parser.SolutionParser
Parse the XML back into a solution object.
parse(Element) - Method in class org.licas.ai_solver.parser.SomProblemScriptParser
Parse the file path to create a test script for creating the test scenario from.
parseCompoundName(String) - Static method in class org.licas.ai_solver.util.NameHandler
Parse the compound solution name to separate the different solutions that it was created from.
parseFile(String) - Method in class org.licas.ai_solver.parser.ProblemScriptParser
Parse the file path to create a test script for creating the test scenario from.
partProblemNumber - Variable in class org.licas.ai_solver.mediator.problem.GridProblemMediator
The maximum number of problem parts if required
partProblemSize - Variable in class org.licas.ai_solver.mediator.problem.GridProblemMediator
The maximum size for part of a problem if required
passwordHandler - Variable in class org.licas.ai_solver.parser.ProblemScriptParser
For storing passwords
passwordHandler - Variable in class org.licas.ai_solver.SolverFactory
The password handler
passwordHandler - Variable in class org.licas.ai_solver.SolverMediators
The password handler
passwordHandler - Variable in class org.licas.ai_solver.SolverSpecs
The password handler
passwordHandler - Variable in class org.licas.ai_solver.spec.test.TestSpec
For storing passwords
passwordHandler - Variable in class org.licas.ai_solver.test.RunTests
For referencing a local password store
PERCENTAGE - Static variable in class org.licas.ai_solver.util.SolverConst
 
position - Variable in class org.licas.ai_solver.central.grid.CellMatch
The position of the cells along the column or row.
POSITIVE - Static variable in class org.licas.ai_solver.util.SolverConst
 
posNeg - Variable in class org.licas.ai_solver.model.EvalBounds
If evaluation supports or prevents the result.
previousUpdateSumDec - Variable in class org.licas.ai_solver.learn.LearnWeights
Previous update sum for decrement
previousUpdateSumInc - Variable in class org.licas.ai_solver.learn.LearnWeights
Previous update sum for increment
problem - Variable in class org.licas.ai_solver.mediator.problem.ProblemMediator
This models the problem to be solved
Problem - Class in org.licas.ai_solver.model
This class models the problem requirements.
Problem() - Constructor for class org.licas.ai_solver.model.Problem
Create a new instance of Problem.
PROBLEM - Static variable in class org.licas.ai_solver.util.SolverConst
 
PROBLEM_BEHAVIOUR - Static variable in class org.licas.ai_solver.util.SolverConst
 
PROBLEM_BEHAVIOUR_SET - Static variable in class org.licas.ai_solver.util.SolverConst
 
PROBLEM_COMPLEXITY - Static variable in class org.licas.ai_solver.util.SolverConst
 
PROBLEM_ENTITIES - Static variable in class org.licas.ai_solver.util.SolverConst
 
PROBLEM_REPLY - Static variable in class org.licas.ai_solver.util.SolverConst
 
PROBLEM_SPEC - Static variable in class org.licas.ai_solver.util.SolverConst
Problem related
PROBLEM_TASK - Static variable in class org.licas.ai_solver.util.SolverConst
 
problemDatasets - Variable in class org.licas.ai_solver.test.RunTests
List of problem datasets
problemEvals - Variable in class org.licas.ai_solver.model.result.MatchPair
The problem dataset evaluations.
ProblemMediator - Class in org.licas.ai_solver.mediator.problem
This class should be implemented by all problem specification classes.
ProblemMediator(PasswordHandler) - Constructor for class org.licas.ai_solver.mediator.problem.ProblemMediator
Create a new instance of ProblemMediator.
problemMediator - Variable in class org.licas.ai_solver.test.RunTests
The problem specification
ProblemMediatorCentral - Class in org.licas.ai_solver.mediator.problem
This is the abstract base class for modelling a solver that receives data from one or more services and processes it locally.
ProblemMediatorCentral(PasswordHandler) - Constructor for class org.licas.ai_solver.mediator.problem.ProblemMediatorCentral
Create a new instance of ProblemMediatorCentral.
ProblemMediatorDef - Interface in org.licas.ai_solver.def
Additional interface classes for a base solver mediator.
ProblemMediatorDistributed - Class in org.licas.ai_solver.mediator.problem
This is a base reference class for problems solved in a distributed manner over the network.
ProblemMediatorDistributed(PasswordHandler) - Constructor for class org.licas.ai_solver.mediator.problem.ProblemMediatorDistributed
Create a new instance of ProblemMediatorDistributed.
ProblemParser - Class in org.licas.ai_solver.parser
This class parses a problem description of type Problem to or from XML.
ProblemParser() - Constructor for class org.licas.ai_solver.parser.ProblemParser
Create a new instance of ProblemParser
problems - Variable in class org.licas.ai_solver.model.result.MatchPair
The problem dataset indexes that the solutions match over.
PROBLEMS - Static variable in class org.licas.ai_solver.util.SolverConst
 
ProblemScript - Class in org.licas.ai_solver.spec
This class reads an XML file and loads in a specification for a set of test runs.
ProblemScript(PasswordHandler) - Constructor for class org.licas.ai_solver.spec.ProblemScript
Create a new instance of ProblemScript.
problemScript - Variable in class org.licas.ai_solver.spec.test.TestSpec
The test script
PROBLEMSCRIPT - Static variable in class org.licas.ai_solver.util.SolverConst
Test script related
ProblemScriptParser - Class in org.licas.ai_solver.parser
This class parses a problem script description of type ProblemScript or derived classes, to or from XML.
ProblemScriptParser(PasswordHandler) - Constructor for class org.licas.ai_solver.parser.ProblemScriptParser
Create a new instance of ProblemScriptParser.
ProblemSolverMediator - Class in org.licas.ai_solver.mediator
This class can be used to mediate between the information services that are created, the information sources and any related centralised problem solver.
ProblemSolverMediator(PasswordHandler) - Constructor for class org.licas.ai_solver.mediator.ProblemSolverMediator
Create a new instance of ProblemSolverMediator.
ProblemSolverMediator(String, String, PasswordHandler) - Constructor for class org.licas.ai_solver.mediator.ProblemSolverMediator
Creates a new instance of ProblemSolverMediator.
processResult(String) - Method in interface org.licas.ai_solver.def.ProblemMediatorDef
Process the result.
processResult(String) - Method in class org.licas.ai_solver.mediator.problem.ProblemMediator
Calculate any stats on the clustered solutions.
ProcessResult - Class in org.licas.ai_solver.stat
This class can be used for some additional processing of the results.
ProcessResult() - Constructor for class org.licas.ai_solver.stat.ProcessResult
Create a new instance of ProcessResult.
A B C D E F G H I K L M N O P R S T U V W X 
Skip navigation links