StructuredActivityNode.createVariable(java.lang.String name,
Type type)
Creates a new
Variable, with the specified 'Name', and 'Type', and appends it to the 'Variable' containment reference list
Activity.createVariable(java.lang.String name,
Type type)
Creates a new
Variable, with the specified 'Name', and 'Type', and appends it to the 'Variable' containment reference list
StructuredActivityNode.getVariable(java.lang.String name,
Type type)
Retrieves the first
Variable with the specified 'Name', and 'Type' from the 'Variable' containment reference list
Activity.getVariable(java.lang.String name,
Type type)
Retrieves the first
Variable with the specified 'Name', and 'Type' from the 'Variable' containment reference list
StructuredActivityNode.getVariable(java.lang.String name,
Type type,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first
Variable with the specified 'Name', and 'Type' from the 'Variable' containment reference list
Activity.getVariable(java.lang.String name,
Type type,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first
Variable with the specified 'Name', and 'Type' from the 'Variable' containment reference list