Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANStructuralFeature
Packages that use ANStructuralFeature
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
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.icw2acModifier and TypeInterfaceDescriptioninterfaceStructural features are potentially multi-valued and ordered; this means that the action supports specification of insertion points for new values.interfaceThis action removes all values of a structural feature.interfaceThis action reads the values of a structural feature in order if the structural feature is ordered.rinterfaceThe object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime.interfaceA 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 ANStructuralFeatureModifier and TypeMethodDescriptionANInputPin.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 ANStructuralFeatureModifier and TypeMethodDescription<T extends ANStructuralFeature>
List<T> ELStructFeature.getStructuralFeatureAction(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) StructuralFeatureAction is an abstract class for all structural feature actions.