Uses of Interface
de.aristaflow.adept2.model.activitymodel.InheritedCollection
-
Packages that use InheritedCollection Package Description de.aristaflow.adept2.model.activitymodel TODO This is completely outdated. -
-
Uses of InheritedCollection in de.aristaflow.adept2.model.activitymodel
Methods in de.aristaflow.adept2.model.activitymodel that return InheritedCollection Modifier and Type Method Description InheritedCollection<String,ActivityModelParameter>
ActivityTemplateDefinition. getParameters(ActivityConstants.AccessType accessType)
Gets the parameters of the designated access type of the operation of this activity template definition.InheritedCollection<String,ActivityModelParameter>
Operation. getParameters(ActivityConstants.AccessType accessType)
Gets the parameters of the designated access type of this operation.InheritedCollection<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<String,ParameterTemplate>
ConfigurationSet. getParameterTemplates()
Gets parameter templates that are defined for all activity template definitions of this configuration set.InheritedCollection<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<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.InheritedCollection<String,ParameterTemplate>
ExecutableComponentDescription. getParameterTemplates()
Gets parameter templates that are defined for this executable component description and its child entities.InheritedCollection<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.Methods in de.aristaflow.adept2.model.activitymodel with parameters of type InheritedCollection Modifier and Type Method Description void
ActivityTemplateDefinition. setParameters(ActivityConstants.AccessType accessType, InheritedCollection<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<String,ActivityModelParameter> parameters)
Sets all the parameters of the designated access type of this operation.void
ActivityTemplateDefinition. setParameterTemplates(InheritedCollection<String,ParameterTemplate> parameterTemplates)
Sets parameter templates that are defined for this activity template definition and its offspring.void
ConfigurationSet. setParameterTemplates(InheritedCollection<String,ParameterTemplate> parameterTemplates)
Sets parameter templates that are defined for all activity template definitions of this configuration set.void
ConfigurationSet. setParameterTemplates(InheritedCollection<String,ParameterTemplate> parameterTemplates, 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<String,ParameterTemplate> parameterTemplates, String ecName, String operationName)
Sets parameter templates that are defined for the activity template definitions of this configuration set that are based on the designated operation.void
ExecutableComponentDescription. setParameterTemplates(InheritedCollection<String,ParameterTemplate> parameterTemplates)
Sets parameter templates that are defined for this executable component description and its child entities.void
Operation. setParameterTemplates(InheritedCollection<String,ParameterTemplate> parameterTemplates)
Sets parameter templates that are defined for this operation and its child entities.
-