public class SomProblemScript extends ProblemScript
| Modifier and Type | Field and Description |
|---|---|
SomConfig |
somConfig
Configuration values specific to the SOM neural network
|
maxSolutionNum, rangeValue, similarityRangeAsPercentage, solverType, testRunsScriptconstructorParams, createServices, dataConditions, datasetType, dirPath, externalScript, heuristicOptions, heuristicType, inputVariables, linkSpec, metricType, serverSpec, serviceClasses, serviceJarFiles, servicesNum, serviceType, tokenizer| Constructor and Description |
|---|
SomProblemScript(org.licas.PasswordHandler thePasswordHandler)
Create a new instance of SomProblemScript.
|
| 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 SomConfig somConfig
public SomProblemScript(org.licas.PasswordHandler thePasswordHandler)
thePasswordHandler - for storing passwords.public boolean convertForInitialise()
convertForInitialise in class ProblemScriptpublic void copy(org.licas.service.spec.BehaviourScript behaviourScript)
copy in class ProblemScriptbehaviourScript - the behaviour script.public java.lang.String validateScript()
validateScript in class ProblemScriptprotected java.lang.String validateVariable(java.lang.String varType)
validateVariable in class ProblemScriptvarType - the variable type.