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

    Modifier and Type
    Interface
    Description
    interface 
    The interactionOperator 'alt' designates that the CombinedFragment represents a choice of behavior.
    interface 
    The interactionOperator 'assert' designates that the CombinedFragment represents an assertion.
    interface 
    The 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.
    interface 
    The interactionOperator 'consider' designates which messages should be considered within this combined fragment.
    interface 
    The interactionOperator 'critical' designates that the CombinedFragment represents a critical region.
    interface 
    The interacionOperator 'ignore' designates that there are some message types that are not shown within this combined fragment.
    interface 
    The interactionOperator 'loop' designates that the CombinedFragment represents a loop.
    interface 
    The interactionOperator 'neg' designates that the CombinedFragment represents traces that are defined to be invalid.
    interface 
    The interactionOperator 'opt' designates that the CombinedFragment represents a choice of behavior where either the (sole) operand happens or nothing happens.
    interface 
    The interactionOperator 'par' designates that the CombinedFragment represents a parallel merge between the behaviors of the operands.
    interface 
    The interactionOperator 'seq' designates that the CombinedFragment represents a weak sequencing between the behaviors of the operands.
    interface 
    The interactionOperator 'strict' designates that the CombinedFragment represents a strict sequencing between the behaviors of the operands.
    Modifier and Type
    Method
    Description
    Fragments of the operand.
  • Uses of IACombined in de.mid.innovator.srv2api.icw2model

    Modifier and Type
    Method
    Description
    MESimpleConstraint.getOwningCombined()
    The IACombined owning this constraint.