Class

com.ing.baker.il.petrinet

InteractionTransition

Related Doc: package petrinet

Permalink

case class InteractionTransition[I](eventsToFire: Seq[EventType], originalEvents: Seq[EventType], providedIngredientEvent: Option[EventType], requiredIngredients: Seq[(String, Type)], interactionName: String, originalInteractionName: String, actionType: ActionType = ActionType.InteractionAction, predefinedParameters: Map[String, Any], maximumInteractionCount: Option[Int], failureStrategy: InteractionFailureStrategy, eventOutputTransformers: Map[EventType, EventOutputTransformer] = Map.empty) extends Transition[Unit, AnyRef] with Product with Serializable

A transition that represents an Interaction

I

The class/interface of the interaction

Linear Supertypes
Serializable, Serializable, Product, Equals, Transition[Unit, AnyRef], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InteractionTransition
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Transition
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InteractionTransition(eventsToFire: Seq[EventType], originalEvents: Seq[EventType], providedIngredientEvent: Option[EventType], requiredIngredients: Seq[(String, Type)], interactionName: String, originalInteractionName: String, actionType: ActionType = ActionType.InteractionAction, predefinedParameters: Map[String, Any], maximumInteractionCount: Option[Int], failureStrategy: InteractionFailureStrategy, eventOutputTransformers: Map[EventType, EventOutputTransformer] = Map.empty)

    Permalink

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. val actionType: ActionType

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. val eventOutputTransformers: Map[EventType, EventOutputTransformer]

    Permalink
  9. val eventsToFire: Seq[EventType]

    Permalink
  10. val failureStrategy: InteractionFailureStrategy

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. val id: Long

    Permalink
    Definition Classes
    InteractionTransitionTransition
  14. val interactionName: String

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. val label: String

    Permalink
    Definition Classes
    InteractionTransitionTransition
  17. val log: Logger

    Permalink
  18. val maximumInteractionCount: Option[Int]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. val nonProvidedIngredients: Map[String, Type]

    Permalink

    These are the ingredients that are not pre-defined or processId

  21. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  23. val originalEvents: Seq[EventType]

    Permalink
  24. val originalInteractionName: String

    Permalink
  25. val predefinedParameters: Map[String, Any]

    Permalink
  26. val providedIngredientEvent: Option[EventType]

    Permalink
  27. val requiredIngredients: Seq[(String, Type)]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Transition[Unit, AnyRef]

Inherited from AnyRef

Inherited from Any

Ungrouped