Uses of Interface
de.mid.innovator.srv2api.icw2model.METriggerReferenceAble
-
Packages that use METriggerReferenceAble 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.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.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 METriggerReferenceAble in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac with type parameters of type METriggerReferenceAble Modifier and Type Method Description <T extends METriggerReferenceAble>
java.util.List<T>ANAcceptEvent. getEventAsTrigger(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends METriggerReferenceAble>
java.util.List<T>ANAcceptEvent. getEventAsTrigger(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getEventAsTrigger and filters its return values according to the given stereotype value.Method parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type METriggerReferenceAble Modifier and Type Method Description void
ANAcceptEvent. setEventAsTrigger(java.util.List<? extends METriggerReferenceAble> values)
Set the value of View EventAsTrigger. -
Uses of METriggerReferenceAble in de.mid.innovator.srv2api.icw2be
Subinterfaces of METriggerReferenceAble in de.mid.innovator.srv2api.icw2be Modifier and Type Interface Description interface
BEChangeEvent
A change event occurs when a Boolean-valued expression becomes true, for example, as a result of a change in the value held in a slot corresponding to an attribute.interface
BETimeEvent
A time event specifies a point in time by an expression. -
Uses of METriggerReferenceAble in de.mid.innovator.srv2api.icw2class
Subinterfaces of METriggerReferenceAble in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLOperation
An operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interface
CLSignal
A signal is a specification of send request instances communicated between objects.
-