Object/Trait

org.omg.oti.json.uml.enums

UMLInteractionOperatorKind

Related Docs: trait UMLInteractionOperatorKind | package enums

Permalink

object UMLInteractionOperatorKind

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UMLInteractionOperatorKind
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object alt extends UMLInteractionOperatorKind with Product with Serializable

    Permalink

    The InteractionOperatorKind alt designates that the CombinedFragment represents a choice of behavior.

    The InteractionOperatorKind alt designates that the CombinedFragment represents a choice of behavior. At most one of the operands will be chosen. The chosen operand must have an explicit or implicit guard expression that evaluates to true at this point in the interaction. An implicit true guard is implied if the operand has no guard.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. object assert extends UMLInteractionOperatorKind with Product with Serializable

    Permalink

    The InteractionOperatorKind assert designates that the CombinedFragment represents an assertion.

    The InteractionOperatorKind assert designates that the CombinedFragment represents an assertion. The sequences of the operand of the assertion are the only valid continuations. All other continuations result in an invalid trace.

  7. object break extends UMLInteractionOperatorKind with Product with Serializable

    Permalink

    The InteractionOperatorKind 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.

    The InteractionOperatorKind 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. A break operator with a guard is chosen when the guard is true and the rest of the enclosing Interaction Fragment is ignored. When the guard of the break operand is false, the break operand is ignored and the rest of the enclosing InteractionFragment is chosen. The choice between a break operand without a guard and the rest of the enclosing InteractionFragment is done non-deterministically.

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. object consider extends UMLInteractionOperatorKind with Product with Serializable

    Permalink

    The InteractionOperatorKind consider designates which messages should be considered within this combined fragment.

    The InteractionOperatorKind consider designates which messages should be considered within this combined fragment. This is equivalent to defining every other message to be ignored.

  10. object critical extends UMLInteractionOperatorKind with Product with Serializable

    Permalink

    The InteractionOperatorKind critical designates that the CombinedFragment represents a critical region.

    The InteractionOperatorKind critical designates that the CombinedFragment represents a critical region. A critical region means that the traces of the region cannot be interleaved by other OccurrenceSpecifications (on those Lifelines covered by the region). This means that the region is treated atomically by the enclosing fragment when determining the set of valid traces. Even though enclosing CombinedFragments may imply that some OccurrenceSpecifications may interleave into the region, such as with par-operator, this is prevented by defining a region.

  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. implicit val formatsUMLInteractionOperatorKind: Format[UMLInteractionOperatorKind]

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. object ignore extends UMLInteractionOperatorKind with Product with Serializable

    Permalink

    The InteractionOperatorKind ignore designates that there are some message types that are not shown within this combined fragment.

    The InteractionOperatorKind ignore designates that there are some message types that are not shown within this combined fragment. These message types can be considered insignificant and are implicitly ignored if they appear in a corresponding execution. Alternatively, one can understand ignore to mean that the message types that are ignored can appear anywhere in the traces.

  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. object loop extends UMLInteractionOperatorKind with Product with Serializable

    Permalink

    The InteractionOperatorKind loop designates that the CombinedFragment represents a loop.

    The InteractionOperatorKind loop designates that the CombinedFragment represents a loop. The loop operand will be repeated a number of times.

  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. object neg extends UMLInteractionOperatorKind with Product with Serializable

    Permalink

    The InteractionOperatorKind neg designates that the CombinedFragment represents traces that are defined to be invalid.

  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. object opt extends UMLInteractionOperatorKind with Product with Serializable

    Permalink

    The InteractionOperatorKind opt designates that the CombinedFragment represents a choice of behavior where either the (sole) operand happens or nothing happens.

    The InteractionOperatorKind opt designates that the CombinedFragment represents a choice of behavior where either the (sole) operand happens or nothing happens. An option is semantically equivalent to an alternative CombinedFragment where there is one operand with non-empty content and the second operand is empty.

  25. object par extends UMLInteractionOperatorKind with Product with Serializable

    Permalink

    The InteractionOperatorKind par designates that the CombinedFragment represents a parallel merge between the behaviors of the operands.

    The InteractionOperatorKind par designates that the CombinedFragment represents a parallel merge between the behaviors of the operands. The OccurrenceSpecifications of the different operands can be interleaved in any way as long as the ordering imposed by each operand as such is preserved.

  26. implicit val readsUMLInteractionOperatorKind: Reads[UMLInteractionOperatorKind]

    Permalink
  27. object seq extends UMLInteractionOperatorKind with Product with Serializable

    Permalink

    The InteractionOperatorKind seq designates that the CombinedFragment represents a weak sequencing between the behaviors of the operands.

  28. object strict extends UMLInteractionOperatorKind with Product with Serializable

    Permalink

    The InteractionOperatorKind strict designates that the CombinedFragment represents a strict sequencing between the behaviors of the operands.

    The InteractionOperatorKind strict designates that the CombinedFragment represents a strict sequencing between the behaviors of the operands. The semantics of strict sequencing defines a strict ordering of the operands on the first level within the CombinedFragment with interactionOperator strict. Therefore OccurrenceSpecifications within contained CombinedFragment will not directly be compared with other OccurrenceSpecifications of the enclosing CombinedFragment.

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. implicit val writesUMLInteractionOperatorKind: Writes[UMLInteractionOperatorKind]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped