Uses of Interface
de.mid.innovator.srv2api.icw2ia.IACombined
Packages that use IACombined
Package
Description
The Interaction package describes the concepts needed to express interactions.
This packagage contains elements representing the logical model.
-
Uses of IACombined in de.mid.innovator.srv2api.icw2ia
Subinterfaces of IACombined in de.mid.innovator.srv2api.icw2iaModifier and TypeInterfaceDescriptioninterfaceThe interactionOperator 'alt' designates that the CombinedFragment represents a choice of behavior.interfaceThe interactionOperator 'assert' designates that the CombinedFragment represents an assertion.interfaceThe interactionOperator 'break' designates that the CombinedFragment represents a breaking scenario in the sense that the operand is a scenario that is performed instead of the remainder of the enclosing InteractionFragment.interfaceThe interactionOperator 'consider' designates which messages should be considered within this combined fragment.interfaceThe interactionOperator 'critical' designates that the CombinedFragment represents a critical region.interfaceThe interacionOperator 'ignore' designates that there are some message types that are not shown within this combined fragment.interfaceThe interactionOperator 'loop' designates that the CombinedFragment represents a loop.interfaceThe interactionOperator 'neg' designates that the CombinedFragment represents traces that are defined to be invalid.interfaceThe interactionOperator 'opt' designates that the CombinedFragment represents a choice of behavior where either the (sole) operand happens or nothing happens.interfaceThe interactionOperator 'par' designates that the CombinedFragment represents a parallel merge between the behaviors of the operands.interfaceThe interactionOperator 'seq' designates that the CombinedFragment represents a weak sequencing between the behaviors of the operands.interfaceThe interactionOperator 'strict' designates that the CombinedFragment represents a strict sequencing between the behaviors of the operands.Methods in de.mid.innovator.srv2api.icw2ia that return IACombined -
Uses of IACombined in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return IACombinedModifier and TypeMethodDescriptionMESimpleConstraint.getOwningCombined()TheIACombinedowning this constraint.