public class GridProblemScript extends ProblemScript
Modifier and Type | Field and Description |
---|---|
int |
maxMatches
The maximum number of matches to carry over to the next solution phase.
|
boolean |
okIfLinkInc
If true, use link weight values still increasing as a stopping criterion
|
boolean |
randomise
If true, when rollback also randomise the order again for the next run
|
maxSolutionNum, rangeValue, similarityRangeAsPercentage, solverType, testRunsScript
constructorParams, createServices, dataConditions, datasetType, dirPath, externalScript, heuristicOptions, heuristicType, inputVariables, linkSpec, metricType, serverSpec, serviceClasses, serviceJarFiles, servicesNum, serviceType, tokenizer
Constructor and Description |
---|
GridProblemScript(org.licas.PasswordHandler thePasswordHandler)
Create a new instance of GridProblemScript.
|
Modifier and Type | Method and Description |
---|---|
boolean |
convertForInitialise()
Convert the set of values into the structure to be used to initialise the test services.
|
void |
copy(org.licas.service.spec.BehaviourScript behaviourScript)
Copy the behaviour script values into this object.
|
java.lang.String |
validateScript()
Validate the whole script and return a description of any errors.
|
protected java.lang.String |
validateVariable(java.lang.String varType)
Validate the script variable and return a description if invalid.
|
public boolean okIfLinkInc
public boolean randomise
public int maxMatches
public GridProblemScript(org.licas.PasswordHandler thePasswordHandler)
thePasswordHandler
- for storing passwords.public boolean convertForInitialise()
convertForInitialise
in class ProblemScript
public void copy(org.licas.service.spec.BehaviourScript behaviourScript)
copy
in class ProblemScript
behaviourScript
- the behaviour script.public java.lang.String validateScript()
validateScript
in class ProblemScript
protected java.lang.String validateVariable(java.lang.String varType)
validateVariable
in class ProblemScript
varType
- the variable type.