class ResultDetails
ResultDetails contains data pertaining to a result class used in Collect processes. The result class itself will be defined by extend-ing the DataClass object. ResultDetails specifies values associated with the class such as the name of the class and key method names. It also specifies data values associated with these methods. All properties have default values.
rName
- String containing the name of the result classrInitMethod
- String containing the name of the result class' initClass MethodrInitData
- a List containing parameter values for the initClass MethodrCollectMethod
- String containing the name of the result class' collect Method in
the case of a GUI based collector then this method must update the display list in
org.jcsp.gpp.terminals.CollectUI.groovyrFinaliseMethod
- String containing the name of the result class' finalise MethodrFinaliseData
- a List containing parameter values for the finalise MethodType | Name and description |
---|---|
String |
rCollectMethod |
List |
rFinaliseData |
String |
rFinaliseMethod |
List |
rInitData |
String |
rInitMethod |
String |
rName |
Constructor and description |
---|
ResultDetails
() |
GPP - Groovy Parallel Patterns generated 06112016 by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk