Class

ostrich.automata

BricsTransducerBuilder

Related Doc: package automata

Permalink

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

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

Instance Constructors

  1. new BricsTransducerBuilder()

    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
    BricsTransducerBuilderTransducerBuilder
  5. val acceptingStates: Set[State]

    Permalink
  6. 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
    BricsTransducerBuilderTransducerBuilder
  7. 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
    BricsTransducerBuilderTransducerBuilder
  8. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. 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
    BricsTransducerBuilderTransducerBuilder
  16. def getTransducer: BricsTransducer

    Permalink

    The transducer built.

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

    Definition Classes
    BricsTransducerBuilderTransducerBuilder
  17. def hashCode(): Int

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

    Permalink

    Initial state of transducer being built

    Initial state of transducer being built

    Definition Classes
    BricsTransducerBuilderTransducerBuilder
  19. def isAccept(s: State): Boolean

    Permalink
  20. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Permalink

    Set whether a state is accepting

    Set whether a state is accepting

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. 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