Uses of Interface
de.mid.innovator.srv2api.icw2ia.IAFragment

Packages that use IAFragment
Package
Description
The Interaction package describes the concepts needed to express interactions.
  • Uses of IAFragment in de.mid.innovator.srv2api.icw2ia

    Modifier and Type
    Interface
    Description
    interface 
    ActionExecutionSpecification is a kind of ExecutionSpecification that represents the execution of an action.
    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 
    BehaviorExecutionSpecification is a kind of ExecutionSpecification that represents the execution of a behavior.
    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 
    A combined fragment defines an expression of interaction fragments.
    interface 
    The interactionOperator 'consider' designates which messages should be considered within this combined fragment.
    interface 
    A Continuation is a syntactic way to define continuations of different branches of an Alternative CombinedFragment.
    interface 
    The interactionOperator 'critical' designates that the CombinedFragment represents a critical region.
    interface 
    An ExecutionOccurrenceSpecification represents moments in time which actions or behaviors start or finish at.
    interface 
    An ExecutionSpecification is a specification of the execution of a unit of behavior or action within the lifeline.
    interface 
    The interacionOperator 'ignore' designates that there are some message types that are not shown within this combined fragment.
    interface 
    An interaction is a unit of behavior that focuses on the observable exchange of information between ConnectAbleElements.
    interface 
    The interactionOperator 'loop' designates that the CombinedFragment represents a loop.
    interface 
    Specifies the occurrence of message events, such as sending and receiving of signals or invoking or receiving of operation calls.
    interface 
    The interactionOperator 'neg' designates that the CombinedFragment represents traces that are defined to be invalid.
    interface 
    An OccurrenceSpecification is the basic semantic unit of interactions.
    interface 
    An InteractionOperand is contained in a CombinedFragment.
    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 
    A StateInvariant is a runtime constraint on the participants of the interaction.
    interface 
    The interactionOperator 'strict' designates that the CombinedFragment represents a strict sequencing between the behaviors of the operands.
    interface 
    An InteractionUse refers to an interaction.
    Methods in de.mid.innovator.srv2api.icw2ia with type parameters of type IAFragment
    Modifier and Type
    Method
    Description
    <T extends IAFragment>
    List<T>
    IAInteraction.getFragment(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
    The ordered set of fragments in the interaction.
    <T extends IAFragment>
    List<T>
    IAOperand.getFragment(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
    Fragments of the operand.