class DataDetails
DataDetails contains data pertaining to a data class used in all of the processes. The data class itself will be defined by extend-ing the DataClass object. DataDetails specifies values associated with the class such as the name of the class and key method names. It also specifies user defined data values associated with these methods. All properties have default values. In some cases where the defined class is used in an Emit process which requires a local worker class the parameter lName, lInitMethod, lInitData will need to be specified
dName
- String containing the name of the data classdInitMethod
- String containing the name of the data class' initClass MethoddInitData
- a List containing parameter values for the initClass MethoddCreateMethod
- String containing the name of the data class' createInstance MethoddCreateData
- a List containing parameter values for the createInstance MethodlName
- String containing the name of any local worker classlInitMethod
- String containing the name of the local class' initClass MethodlInitData
- a List containing parameter values for the initClass Method of the local classType | Name and description |
---|---|
List |
dCreateData |
String |
dCreateMethod |
List |
dInitData |
String |
dInitMethod |
String |
dName |
List |
lInitData |
String |
lInitMethod |
String |
lName |
Constructor and description |
---|
DataDetails
() |
GPP - Groovy Parallel Patterns generated 06112016 by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk