Class

ostrich.automata

JavascriptPrioAutomatonBuilder

Related Doc: package automata

Permalink

class JavascriptPrioAutomatonBuilder extends PrioAutomatonBuilder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavascriptPrioAutomatonBuilder
  2. PrioAutomatonBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JavascriptPrioAutomatonBuilder()

    Permalink

Type Members

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

    Permalink
    Definition Classes
    PrioAutomatonBuilder
  2. type SigmaTransition = (PrioAutomaton.TLabel, PrioAutomaton.State)

    Permalink
    Definition Classes
    PrioAutomatonBuilder
  3. type State = dk.brics.automaton.State

    Permalink
    Definition Classes
    PrioAutomatonBuilder
  4. type TLabel = AnchoredLabel

    Permalink
    Definition Classes
    PrioAutomatonBuilder

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[TLabel]

    Permalink
    Definition Classes
    PrioAutomatonBuilder
  5. def alternate(aut1: PrioAutomaton, aut2: PrioAutomaton): PrioAutomaton

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def concat(aut1: PrioAutomaton, aut2: PrioAutomaton): PrioAutomaton

    Permalink
  9. def constant(str: String): PrioAutomaton

    Permalink
    Definition Classes
    PrioAutomatonBuilder
  10. def duplicate(base: PrioAutomaton): PrioAutomaton

    Permalink
    Definition Classes
    PrioAutomatonBuilder
  11. def epsilon(): PrioAutomaton

    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 hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def lazyloop(autA: PrioAutomaton, n1: IdealInt, n2: IdealInt): PrioAutomaton

    Permalink
  19. def lazyoptional(aut: PrioAutomaton): PrioAutomaton

    Permalink
  20. def lazyplus(aut: PrioAutomaton): PrioAutomaton

    Permalink
  21. def lazystar(aut: PrioAutomaton): PrioAutomaton

    Permalink
  22. def loop(autA: PrioAutomaton, n1: IdealInt, n2: IdealInt): PrioAutomaton

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

    Permalink
    Definition Classes
    AnyRef
  24. def none(): PrioAutomaton

    Permalink
  25. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  27. def optional(aut: PrioAutomaton): PrioAutomaton

    Permalink
  28. def plus(aut: PrioAutomaton): PrioAutomaton

    Permalink
  29. def single(lbl: TLabel): PrioAutomaton

    Permalink
  30. def star(aut: PrioAutomaton): PrioAutomaton

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from PrioAutomatonBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped