Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANInvocation
-
Packages that use ANInvocation 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 ANInvocation in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ANInvocation in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interface
ANBroadcastSignal
BroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in the system.interface
ANCall
CallAction is an abstract class for actions that invoke behavior and receive return values.interface
ANCallBehavior
interface
ANCallOperation
interface
ANSendObject
SendObjectAction is an action that transmits an object to the target object where it may invoke behavior such as the firing of state machine transitions or the execution of an activity.interface
ANSendSignal
SendSignalAction is an action that creates a signal instance from its inputs and transmits it to the target object where it may cause the firing of a state machine transition or the execution of an activity.Methods in de.mid.innovator.srv2api.icw2ac that return ANInvocation Modifier and Type Method Description ANInvocation
ANInputPin. getInvocationAction()
Action that invokes the behavior. -
Uses of ANInvocation in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type ANInvocation Modifier and Type Method Description <T extends ANInvocation>
java.util.List<T>CLPort. getInvocation(java.lang.Class<T> returnType)
Invocation actions invoked by port.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type ANInvocation Modifier and Type Method Description void
CLPort. setInvocation(java.util.List<? extends ANInvocation> values)
Set the value of Foreign Key Invocation.
-