Package

com.ing.baker.il

petrinet

Permalink

package petrinet

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

Type Members

  1. type Arc = WLDiEdge[Node]

    Permalink

    Type alias for the edge type of the scalax.collection.Graph backing the petri net.

  2. case class Edge(eventAllowed: Option[String]) extends Product with Serializable

    Permalink
  3. case class EventTransition(event: EventDescriptor, isSensoryEvent: Boolean = true, maxFiringLimit: Option[Int] = None) extends Transition with Product with Serializable

    Permalink

    Transition providing data from an event.

  4. case class InteractionTransition(eventsToFire: Seq[EventDescriptor], originalEvents: Seq[EventDescriptor], requiredIngredients: Seq[IngredientDescriptor], interactionName: String, originalInteractionName: String, predefinedParameters: Map[String, Value], maximumInteractionCount: Option[Int], failureStrategy: InteractionFailureStrategy, eventOutputTransformers: Map[String, EventOutputTransformer] = Map.empty) extends Transition with Product with Serializable

    Permalink

    A transition that represents an Interaction

  5. case class IntermediateTransition(label: String) extends Transition with Product with Serializable

    Permalink
  6. case class MissingEventTransition(label: String) extends Transition with Product with Serializable

    Permalink
  7. case class MultiFacilitatorTransition(label: String) extends Transition with Product with Serializable

    Permalink
  8. type Node = Either[Place, Transition]

    Permalink

    Type alias for the node type of the scalax.collection.Graph backing the petri net.

  9. case class Place(label: String, placeType: PlaceType) extends Product with Serializable

    Permalink
  10. type RecipePetriNet = PetriNet[Place, Transition]

    Permalink

    Type alias for a petri net with recipe Place and Transition types

  11. trait Transition extends AnyRef

    Permalink

Value Members

  1. object Place extends Serializable

    Permalink
  2. object Transition

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped