Package

com.ing.baker

il

Permalink

package il

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

Type Members

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

    Permalink

    A Compiled recipe.

  2. case class EventDescriptor(name: String, ingredients: Seq[IngredientDescriptor]) extends Product with Serializable

    Permalink

    Describes an event.

    Describes an event.

    name

    The name of an event.

    ingredients

    The ingredients the event produces.

  3. case class EventOutputTransformer(newEventName: String, ingredientRenames: Map[String, String]) extends Product with Serializable

    Permalink
  4. case class IngredientDescriptor(name: String, type: Type) extends Product with Serializable

    Permalink
  5. class RecipeVisualStyle extends AnyRef

    Permalink
  6. case class ValidationSettings(allowCycles: Boolean = true, allowDisconnectedness: Boolean = true, allowNonExecutableInteractions: Boolean = true) extends Product with Serializable

    Permalink

    Depending on the validations settings the following validations are done:

    Depending on the validations settings the following validations are done:

    1. Check if there are any cycles 2. Check if there are any disconnected graphs 3. Check if there exist any non-executable interaction or not

Value Members

  1. object CompiledRecipe extends Serializable

    Permalink
  2. object RecipeValidations

    Permalink
  3. object RecipeVisualizer

    Permalink
  4. object ValidationSettings extends Serializable

    Permalink
  5. val exhaustedEventAppend: String

    Permalink
  6. package failurestrategy

    Permalink
  7. package petrinet

    Permalink
  8. val processIdName: String

    Permalink
  9. def sha256HashCode(str: String): Long

    Permalink
  10. def zeroPaddedSHA256(text: String): String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped