class LocalDetails
LocalDetails contains data pertaining to a local class used in many of the processes. The local class itself will be defined by extend-ing the DataClass object. LocalDetails 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.
lName
- String containing the name of the local classlInitMethod
- String containing the name of the local class' initClass MethodlInitData
- a List containing parameter values for the initClass MethodlCreateMethod
- String containing the name of the local class' create MethodlCreateData
- a List containing parameter values for the create MethodlFinaliseMethod
- String containing the name of the local class' finalise MethodlFinaliseData
- a List containing parameter values for the finalise MethodType | Name and description |
---|---|
List |
lCreateData |
String |
lCreateMethod |
List |
lFinaliseData |
String |
lFinaliseMethod |
List |
lInitData |
String |
lInitMethod |
String |
lName |
Constructor and description |
---|
LocalDetails
() |
GPP - Groovy Parallel Patterns generated 06112016 by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk