Class

ostrich.automata

PrioStreamingTransducerBuilder

Related Doc: package automata

Permalink

class PrioStreamingTransducerBuilder extends StreamingTransducerBuilder[State, AnchoredLabel]

Linear Supertypes
StreamingTransducerBuilder[dk.brics.automaton.State, AnchoredLabel], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrioStreamingTransducerBuilder
  2. StreamingTransducerBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrioStreamingTransducerBuilder(numvars: Int)

    Permalink

Type Members

  1. type State = dk.brics.automaton.State

    Permalink
    Definition Classes
    StreamingTransducerBuilder
  2. type TLabel = AnchoredLabel

    Permalink
    Definition Classes
    StreamingTransducerBuilder

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 LabelOps: AnchoredLabelOps.type

    Permalink

    Operations on labels

    Operations on labels

    Definition Classes
    PrioStreamingTransducerBuilderStreamingTransducerBuilder
  5. val acceptingStates: HashMap[State, Seq[UpdateOp]]

    Permalink
  6. def addPostETransition(s1: State, ops: Seq[Seq[UpdateOp]], priority: Int, s2: State): HashMap[State, Set[(Seq[Seq[UpdateOp]], Int, dk.brics.automaton.State)]] with MultiMap[State, (Seq[Seq[UpdateOp]], Int, dk.brics.automaton.State)]

    Permalink
  7. def addPostETransition(s1: State, ops: Seq[Seq[UpdateOp]], s2: State): Unit

    Permalink
  8. def addPreETransition(s1: State, ops: Seq[Seq[UpdateOp]], priority: Int, s2: State): HashMap[State, Set[(Seq[Seq[UpdateOp]], Int, dk.brics.automaton.State)]] with MultiMap[State, (Seq[Seq[UpdateOp]], Int, dk.brics.automaton.State)]

    Permalink
  9. def addPreETransition(s1: State, ops: Seq[Seq[UpdateOp]], s2: State): Unit

    Permalink

    Add a e-transition to the transducer

    Add a e-transition to the transducer

    Definition Classes
    PrioStreamingTransducerBuilderStreamingTransducerBuilder
  10. def addTransition(s1: State, lbl: TLabel, ops: Seq[Seq[UpdateOp]], priority: Int, s2: State): Any

    Permalink
  11. def addTransition(s1: State, lbl: TLabel, ops: Seq[Seq[UpdateOp]], s2: State): Unit

    Permalink

    Add a transition to the transducer

    Add a transition to the transducer

    Definition Classes
    PrioStreamingTransducerBuilderStreamingTransducerBuilder
  12. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getNewState: State

    Permalink

    A fresh state that can be added to the transducer

    A fresh state that can be added to the transducer

    Definition Classes
    PrioStreamingTransducerBuilderStreamingTransducerBuilder
  19. def getTransducer: PrioStreamingTransducer

    Permalink

    The transducer built.

    The transducer built. Builder should not be used after call to this

    Definition Classes
    PrioStreamingTransducerBuilderStreamingTransducerBuilder
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. var initialState: State

    Permalink

    Initial state of transducer being built

    Initial state of transducer being built

    Definition Classes
    PrioStreamingTransducerBuilderStreamingTransducerBuilder
  22. def isAccept(s: State): Boolean

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val numvars: Int

    Permalink
  28. val postTrans: HashMap[State, Set[(Seq[Seq[UpdateOp]], Int, dk.brics.automaton.State)]] with MultiMap[State, (Seq[Seq[UpdateOp]], Int, dk.brics.automaton.State)]

    Permalink
  29. val preTrans: HashMap[State, Set[(Seq[Seq[UpdateOp]], Int, dk.brics.automaton.State)]] with MultiMap[State, (Seq[Seq[UpdateOp]], Int, dk.brics.automaton.State)]

    Permalink
  30. val sTrans: HashMap[State, Set[(AnchoredLabel, Seq[Seq[UpdateOp]], Int, dk.brics.automaton.State)]] with MultiMap[State, (AnchoredLabel, Seq[Seq[UpdateOp]], Int, dk.brics.automaton.State)]

    Permalink
  31. def setAccept(s: State, isAccept: Boolean, ops: Seq[UpdateOp]): Unit

    Permalink

    Set whether a state is accepting

    Set whether a state is accepting

    Definition Classes
    PrioStreamingTransducerBuilderStreamingTransducerBuilder
  32. def setInitialState(s: State): Unit

    Permalink

    Set the initial state of the transducer being built

    Set the initial state of the transducer being built

    Definition Classes
    PrioStreamingTransducerBuilderStreamingTransducerBuilder
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from StreamingTransducerBuilder[dk.brics.automaton.State, AnchoredLabel]

Inherited from AnyRef

Inherited from Any

Ungrouped