Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANLinkEndData
-
Packages that use ANLinkEndData 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 ANLinkEndData in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ANLinkEndData in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interface
ANLinkEndCreationData
This class is required when using CreateLinkAction to specify insertion points for ordered ends and to replace all links at end.interface
ANLinkEndDestructionData
This class is required when using DestroyLinkAction to specify links to destroy for non-unique ordered ends.Methods in de.mid.innovator.srv2api.icw2ac with type parameters of type ANLinkEndData Modifier and Type Method Description <T extends ANLinkEndData>
java.util.List<T>ANLink. getEndData(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Methods in de.mid.innovator.srv2api.icw2ac that return ANLinkEndData Modifier and Type Method Description ANLinkEndData
ANInputPin. getLinkEndData()
Returns theANLinkEndData
which the object that is provided by theANInputPin
is given to.ANLinkEndData
ANQualifierValue. getLinkEndData()
-
Uses of ANLinkEndData in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type ANLinkEndData Modifier and Type Method Description <T extends ANLinkEndData>
java.util.List<T>CLProperty. getLinkEndData(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
LinkEndData identifies links.
-