Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANInvocation
Packages that use ANInvocation
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
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.icw2acModifier and TypeInterfaceDescriptioninterfaceBroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in the system.interfaceCallAction is an abstract class for actions that invoke behavior and receive return values.interfaceinterfaceinterfaceSendObjectAction 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.interfaceSendSignalAction 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 ANInvocationModifier and TypeMethodDescriptionANInputPin.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 ANInvocationModifier and TypeMethodDescription<T extends ANInvocation>
List<T> CLPort.getInvocation(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Invocation actions invoked by port.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type ANInvocationModifier and TypeMethodDescriptionvoidCLPort.setInvocation(List<? extends ANInvocation> values) Set the value of Foreign Key Invocation.