Class

ostrich.automata

BricsPrioTransducerBuilder

Related Doc: package automata

Permalink

class BricsPrioTransducerBuilder extends TransducerBuilder[State, (Char, Char)]

Linear Supertypes
TransducerBuilder[State, (Char, Char)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BricsPrioTransducerBuilder
  2. TransducerBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BricsPrioTransducerBuilder()

    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 LabelOps: TLabelOps[(Char, Char)]

    Permalink

    Operations on labels

    Operations on labels

    Definition Classes
    BricsPrioTransducerBuilderTransducerBuilder
  5. val acceptingStates: Set[State]

    Permalink
  6. def addETransition(s1: State, op: OutputOp, prio: Int, s2: State): Unit

    Permalink

    Add a e-transition to the transducer

  7. def addETransition(s1: State, op: OutputOp, s2: State): Unit

    Permalink

    Add a e-transition to the transducer

    Add a e-transition to the transducer

    Definition Classes
    BricsPrioTransducerBuilderTransducerBuilder
  8. def addTransition(s1: State, lbl: (Char, Char), op: OutputOp, s2: State): Unit

    Permalink

    Add a transition to the transducer

    Add a transition to the transducer

    Definition Classes
    BricsPrioTransducerBuilderTransducerBuilder
  9. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val eTrans: HashMap[State, Set[(OutputOp, Int, State)]] with MultiMap[State, (OutputOp, Int, State)]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. 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
    BricsPrioTransducerBuilderTransducerBuilder
  17. def getTransducer: BricsPrioTransducer

    Permalink

    The transducer built.

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

    Definition Classes
    BricsPrioTransducerBuilderTransducerBuilder
  18. def hashCode(): Int

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

    Permalink

    Initial state of transducer being built

    Initial state of transducer being built

    Definition Classes
    BricsPrioTransducerBuilderTransducerBuilder
  20. def isAccept(s: State): Boolean

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val lblTrans: HashMap[State, Set[((Char, Char), OutputOp, State)]] with MultiMap[State, ((Char, Char), OutputOp, State)]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def setAccept(s: State, isAccept: Boolean): Unit

    Permalink

    Set whether a state is accepting

    Set whether a state is accepting

    Definition Classes
    BricsPrioTransducerBuilderTransducerBuilder
  27. 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
    BricsPrioTransducerBuilderTransducerBuilder
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from TransducerBuilder[State, (Char, Char)]

Inherited from AnyRef

Inherited from Any

Ungrouped