Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANCall
-
Packages that use ANCall 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 ANCall in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ANCall in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interface
ANCallBehavior
interface
ANCallOperation
Methods in de.mid.innovator.srv2api.icw2ac that return ANCall Modifier and Type Method Description ANCall
ANOutputPin. getCallAction()
Action that invokes the behavior and receives the return values. -
Uses of ANCall in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type ANCall Modifier and Type Method Description <T extends ANCall>
java.util.List<T>CLParameterSet. getCallIn(java.lang.Class<T> returnType)
The call action being tied to a parameter set.<T extends ANCall>
java.util.List<T>CLParameterSet. getCallOut(java.lang.Class<T> returnType)
The call action being tied to a parameter set.
-