Class

com.ing.baker.il

CompiledRecipe

Related Doc: package il

Permalink

case class CompiledRecipe(name: String, petriNet: RecipePetriNet, initialMarking: Marking[Place], validationErrors: Seq[String] = Seq.empty, eventReceivePeriod: Option[FiniteDuration], retentionPeriod: Option[FiniteDuration]) extends Product with Serializable

A Compiled recipe.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompiledRecipe
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompiledRecipe(name: String, petriNet: RecipePetriNet, initialMarking: Marking[Place], validationErrors: Seq[String] = Seq.empty, eventReceivePeriod: Option[FiniteDuration], retentionPeriod: Option[FiniteDuration])

    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 allEvents: Set[EventDescriptor]

    Permalink
  5. val allIngredients: Set[IngredientDescriptor]

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    AnyRef
  9. val eventReceivePeriod: Option[FiniteDuration]

    Permalink
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAllEvents: Set[EventDescriptor]

    Permalink
  12. def getAllIngredients: Set[IngredientDescriptor]

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getFilteredRecipeVisualization(filters: Array[String]): String

    Permalink

    Returns a DOT (http://www.graphviz.org/) representation of the recipe.

    Returns a DOT (http://www.graphviz.org/) representation of the recipe. All events/interaction/ingredients that contain one of the given filter strings are filtered out

  15. def getFilteredRecipeVisualization(filter: String): String

    Permalink
  16. def getFilteredRecipeVisualization(filterFunc: (String) ⇒ Boolean): String

    Permalink

    Visualise the compiled recipe in DOT format

  17. def getPetriNetVisualization: String

    Permalink

    Visualises the underlying petri net in DOT format

  18. def getRecipeVisualization: String

    Permalink

    Visualise the compiled recipe in DOT format

  19. def getValidationErrors: List[String]

    Permalink
  20. val initialMarking: Marking[Place]

    Permalink
  21. val interactionEvents: Set[EventDescriptor]

    Permalink
  22. val interactionTransitions: Set[InteractionTransition[_]]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. val name: String

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

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. val petriNet: RecipePetriNet

    Permalink
  29. val retentionPeriod: Option[FiniteDuration]

    Permalink
  30. def sensoryEvents: Set[EventDescriptor]

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

    Permalink
    Definition Classes
    AnyRef
  32. val validationErrors: Seq[String]

    Permalink
  33. final def wait(): Unit

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

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

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

Deprecated Value Members

  1. def getVisualRecipeAsSVG: String

    Permalink

    Returns a SVG string representation of the recipe.

    Returns a SVG string representation of the recipe.

    returns

    An SVG string.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.15) SVG generation support will be removed in 1.2.0

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped