Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANStructuralFeature
-
Packages that use ANStructuralFeature Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model. -
-
Uses of ANStructuralFeature in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ANStructuralFeature in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interface
ANAddStructuralFeatureValue
Structural features are potentially multi-valued and ordered; this means that the action supports specification of insertion points for new values.interface
ANClearStructuralFeature
This action removes all values of a structural feature.interface
ANReadStructuralFeature
This action reads the values of a structural feature in order if the structural feature is ordered.rinterface
ANRemoveStructuralFeatureValue
The object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime.interface
ANWriteStructuralFeature
A write structural feature action operates on a structural feature of an object to modify its values.Methods in de.mid.innovator.srv2api.icw2ac that return ANStructuralFeature Modifier and Type Method Description ANStructuralFeature
ANInputPin. getStructuralFeatureAction()
Action that statically specifies the structural feature to be accessed. -
Uses of ANStructuralFeature in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ANStructuralFeature Modifier and Type Method Description <T extends ANStructuralFeature>
java.util.List<T>ELStructFeature. getStructuralFeatureAction(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
StructuralFeatureAction is an abstract class for all structural feature actions.
-