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 interfaceANAddStructuralFeatureValueStructural features are potentially multi-valued and ordered; this means that the action supports specification of insertion points for new values.interfaceANClearStructuralFeatureThis action removes all values of a structural feature.interfaceANReadStructuralFeatureThis action reads the values of a structural feature in order if the structural feature is ordered.rinterfaceANRemoveStructuralFeatureValueThe object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime.interfaceANWriteStructuralFeatureA 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 ANStructuralFeatureANInputPin. 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.
-