Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANLink
-
Packages that use ANLink 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.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of ANLink in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ANLink in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interface
ANCreateLink
This action can be used to create links and link objects.interface
ANDestroyLink
This action destroys a link or a link object.interface
ANReadLink
This action navigates an association towards one end which is the end that does not have an input pin to take its object (the "open" end).interface
ANWriteLink
A write link action takes a complete identification of a link and creates or destroys it.Methods in de.mid.innovator.srv2api.icw2ac that return ANLink Modifier and Type Method Description ANLink
ANInputPin. getLinkAction()
Action that identifies its links by the objects at the ends of the links and by the qualifiers at ends of the links.ANLink
ANLinkEndData. getOwnerAction()
LinkAction that writes to or reads from the link end. -
Uses of ANLink in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type ANLink Modifier and Type Method Description <T extends ANLink>
java.util.List<T>CLProperty. getLinkAction(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All LinkActions owning this AssociationEnd.<T extends ANLink>
java.util.List<T>CLProperty. getLinkAction(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getLinkAction and filters its return values according to the given stereotype value.
-