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 interfaceANCreateLinkThis action can be used to create links and link objects.interfaceANDestroyLinkThis action destroys a link or a link object.interfaceANReadLinkThis 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).interfaceANWriteLinkA 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 ANLinkANInputPin. getLinkAction()Action that identifies its links by the objects at the ends of the links and by the qualifiers at ends of the links.ANLinkANLinkEndData. 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.
-