@CompileStatic 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
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 18-09-2017 by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk