Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANWriteStructuralFeature
-
Packages that use ANWriteStructuralFeature 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. -
-
Uses of ANWriteStructuralFeature in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ANWriteStructuralFeature 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
ANRemoveStructuralFeatureValue
The object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime.Methods in de.mid.innovator.srv2api.icw2ac that return ANWriteStructuralFeature Modifier and Type Method Description ANWriteStructuralFeature
ANInputPin. getWriteStructuralFeatureAction()
Structural feature action that changes the structural feature values.
-