| Package | Description |
|---|---|
| de.aristaflow.adept2.model.activitymodel |
TODO This is completely outdated.
|
| Modifier and Type | Method and Description |
|---|---|
InheritedCollection<java.lang.String,ActivityModelParameter> |
ActivityTemplateDefinition.getParameters(ActivityConstants.AccessType accessType)
Gets the parameters of the designated access type of the operation of this
activity template definition.
|
InheritedCollection<java.lang.String,ActivityModelParameter> |
Operation.getParameters(ActivityConstants.AccessType accessType)
Gets the parameters of the designated access type of this operation.
|
InheritedCollection<java.lang.String,ParameterTemplate> |
ActivityTemplateDefinition.getParameterTemplates()
Gets parameter templates that are defined for the operation of this
activity template definition or that are removed from the ones of the
parent entity.
|
InheritedCollection<java.lang.String,ParameterTemplate> |
ConfigurationSet.getParameterTemplates()
Gets parameter templates that are defined for all activity template
definitions of this configuration set.
|
InheritedCollection<java.lang.String,ParameterTemplate> |
ExecutableComponentDescription.getParameterTemplates()
Gets parameter templates that are defined for this executable component
description and its child entities.
|
InheritedCollection<java.lang.String,ParameterTemplate> |
Operation.getParameterTemplates()
Gets parameter templates that are defined for this operation and its child
entities or that are removed from the ones of the parent entity.
|
InheritedCollection<java.lang.String,ParameterTemplate> |
ConfigurationSet.getParameterTemplates(ExecutableComponentDescription ecd)
Gets parameter templates that are defined for the activity template
definitions of this configuration set that are based on the designated
executable component description.
|
InheritedCollection<java.lang.String,ParameterTemplate> |
ConfigurationSet.getParameterTemplates(Operation operation)
Gets parameter templates that are defined for the activity template
definitions of this configuration set that are based on the designated
operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityTemplateDefinition.setParameters(ActivityConstants.AccessType accessType,
InheritedCollection<java.lang.String,ActivityModelParameter> parameters)
Sets all the parameters of the designated access type of the operation of
this activity template definition.
|
void |
Operation.setParameters(ActivityConstants.AccessType accessType,
InheritedCollection<java.lang.String,ActivityModelParameter> parameters)
Sets all the parameters of the designated access type of this operation.
|
void |
ActivityTemplateDefinition.setParameterTemplates(InheritedCollection<java.lang.String,ParameterTemplate> parameterTemplates)
Sets parameter templates that are defined for this activity template
definition and its offspring.
|
void |
ConfigurationSet.setParameterTemplates(InheritedCollection<java.lang.String,ParameterTemplate> parameterTemplates)
Sets parameter templates that are defined for all activity template
definitions of this configuration set.
|
void |
ExecutableComponentDescription.setParameterTemplates(InheritedCollection<java.lang.String,ParameterTemplate> parameterTemplates)
Sets parameter templates that are defined for this executable component
description and its child entities.
|
void |
Operation.setParameterTemplates(InheritedCollection<java.lang.String,ParameterTemplate> parameterTemplates)
Sets parameter templates that are defined for this operation and its child
entities.
|
void |
ConfigurationSet.setParameterTemplates(InheritedCollection<java.lang.String,ParameterTemplate> parameterTemplates,
java.lang.String ecName)
Sets parameter templates that are defined for the activity template
definitions of this configuration set that are based on the designated
executable component description.
|
void |
ConfigurationSet.setParameterTemplates(InheritedCollection<java.lang.String,ParameterTemplate> parameterTemplates,
java.lang.String ecName,
java.lang.String operationName)
Sets parameter templates that are defined for the activity template
definitions of this configuration set that are based on the designated
operation.
|