Uses of Interface
de.mid.innovator.srv2api.icw2model.METriggerReferenceAble
Packages that use METriggerReferenceAble
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
The Common Behaviors package specifies the core concepts required for dynamic
elements and provides the infrastructure to support more detailed definitions of
behavior.
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 METriggerReferenceAbleModifier and TypeMethodDescription<T extends METriggerReferenceAble>
List<T> ANAcceptEvent.getEventAsTrigger(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends METriggerReferenceAble>
List<T> ANAcceptEvent.getEventAsTrigger(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 METriggerReferenceAbleModifier and TypeMethodDescriptionvoidANAcceptEvent.setEventAsTrigger(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.icw2beModifier and TypeInterfaceDescriptioninterfaceA 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.interfaceA 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.icw2classModifier and TypeInterfaceDescriptioninterfaceAn operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interfaceA signal is a specification of send request instances communicated between objects.