Class

ostrich.cesolver.automata

CEAutDatabase

Related Doc: package automata

Permalink

class CEAutDatabase extends AutDatabase

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

Instance Constructors

  1. new CEAutDatabase(theory: OstrichStringTheory, minimizeAutomata: Boolean)

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

    Permalink
    Definition Classes
    Any
  5. def automaton2Id(aut: Automaton): Int

    Permalink

    Add a new automaton to the database.

    Add a new automaton to the database.

    Definition Classes
    AutDatabase
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def emptyIntersection(aut1: NamedAutomaton, aut2: NamedAutomaton): Boolean

    Permalink

    Check whether aut1 and aut2 have empty intersection.

    Check whether aut1 and aut2 have empty intersection.

    Definition Classes
    AutDatabase
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. val id2Aut: HashMap[Int, Automaton]

    Permalink
    Definition Classes
    AutDatabase
  14. def id2Automaton(id: NamedAutomaton): Option[Automaton]

    Permalink

    Query the automaton that belongs to the regular expression with given id.

    Query the automaton that belongs to the regular expression with given id.

    Definition Classes
    AutDatabase
  15. def id2Automaton(id: Int): Option[Automaton]

    Permalink

    Query the automaton that belongs to the regular expression with given id.

    Query the automaton that belongs to the regular expression with given id.

    Definition Classes
    AutDatabase
  16. def id2AutomatonBE(id: NamedAutomaton): Option[Automaton]

    Permalink

    Query the automaton that belongs to the regular expression with given id; return the automaton only if it is already in the database.

    Query the automaton that belongs to the regular expression with given id; return the automaton only if it is already in the database.

    Definition Classes
    AutDatabase
  17. def id2AutomatonBE(id: Int): Option[Automaton]

    Permalink

    Query the automaton that belongs to the regular expression with given id; return the automaton only if it is already in the database.

    Query the automaton that belongs to the regular expression with given id; return the automaton only if it is already in the database.

    Definition Classes
    AutDatabase
  18. val id2CompAut: HashMap[Int, Automaton]

    Permalink
    Definition Classes
    AutDatabase
  19. def id2ComplementedAutomaton(id: Int): Option[Automaton]

    Permalink

    Query the complemented automaton that belongs to the regular expression with given id.

    Query the complemented automaton that belongs to the regular expression with given id.

    Definition Classes
    CEAutDatabaseAutDatabase
  20. def id2ComplementedAutomatonBE(id: Int): Option[Automaton]

    Permalink

    Query the complemented automaton that belongs to the regular expression with given id; return the automaton only if it is already in the database.

    Query the complemented automaton that belongs to the regular expression with given id; return the automaton only if it is already in the database.

    Definition Classes
    AutDatabase
  21. def id2Regex(id: Int): Option[ITerm]

    Permalink

    Query the id of a regular expression.

    Query the id of a regular expression.

    Definition Classes
    AutDatabase
  22. val id2Regex: HashMap[Int, ITerm]

    Permalink
    Definition Classes
    AutDatabase
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isSubsetOf(aut1: NamedAutomaton, aut2: NamedAutomaton): Boolean

    Permalink

    Check whether aut1 specifies a subset of aut2.

    Check whether aut1 specifies a subset of aut2.

    Definition Classes
    AutDatabase
  25. def isSubsetOfBE(aut1: NamedAutomaton, aut2: NamedAutomaton): Option[Boolean]

    Permalink

    Check whether aut1 specifies a subset of aut2; the check is only carried out when all required automata are already in the database.

    Check whether aut1 specifies a subset of aut2; the check is only carried out when all required automata are already in the database.

    Definition Classes
    AutDatabase
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. val regex2Aut: Regex2CEAut

    Permalink
    Definition Classes
    CEAutDatabaseAutDatabase
  30. def regex2Automaton(regexTerm: ITerm): Automaton

    Permalink

    Query the automaton that belongs to a regular expression.

    Query the automaton that belongs to a regular expression.

    Definition Classes
    AutDatabase
  31. def regex2ComplementedAutomaton(regexTerm: ITerm): Automaton

    Permalink

    Query the complemented automaton that belongs to a regular expression.

    Query the complemented automaton that belongs to a regular expression.

    Definition Classes
    AutDatabase
  32. def regex2Id(regexTerm: ITerm): Int

    Permalink

    Query the id of a regular expression.

    Query the id of a regular expression.

    Definition Classes
    AutDatabase
  33. val regexes: HashMap[ITerm, Int]

    Permalink
    Definition Classes
    AutDatabase
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AutDatabase

Inherited from AnyRef

Inherited from Any

Ungrouped