Package

io.kagera.api.colored

dsl

Permalink

package dsl

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

Type Members

  1. implicit class PlaceDSL[C] extends AnyRef

    Permalink
  2. trait StateTransitionNet[S, E] extends AnyRef

    Permalink
  3. implicit class TransitionDSL extends AnyRef

    Permalink

Value Members

  1. def arc[C](p: Place[C], t: Transition[_, _, _], weight: Long, filter: (C) ⇒ Boolean = (token: C) ⇒ true): Arc

    Permalink
  2. def arc(t: Transition[_, _, _], p: Place[_], weight: Long): Arc

    Permalink
  3. def constantTransition[I, O, S](id: Long, label: String, isManaged: Boolean = false, constant: O): AbstractTransition[I, O, S] { ... /* 2 definitions in type refinement */ }

    Permalink
  4. def nullTransition[S](id: Long, label: String, automated: Boolean = false): AbstractTransition[Unit, Unit, S] { ... /* 2 definitions in type refinement */ }

    Permalink
  5. def process[S](params: Arc*)(implicit ec: ExecutionContext): ExecutablePetriNet[S]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped