Class

ostrich

StrDatabase

Related Doc: package ostrich

Permalink

class StrDatabase extends AnyRef

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

Instance Constructors

  1. new StrDatabase(theory: OstrichStringTheory)

    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. object EncodedString

    Permalink

    Extractor to recognise strings in different representations.

  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def containsId(id: Int): Boolean

    Permalink

    Check whether the given id belongs to a string.

  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. def iTerm2Id(str: ITerm): Int

    Permalink

    Retrieve the id of a string; add the string to the database if it does not exist yet.

  14. def id2ITerm(id: Int): ITerm

    Permalink

    Query the string for an id.

    Query the string for an id. If no string belongs to the id, an exception is thrown.

  15. def id2List(id: Int): List[Int]

    Permalink

    Query the string for an id.

    Query the string for an id. If no string belongs to the id, an exception is thrown.

  16. def id2Str(id: Int): String

    Permalink

    Query the string for an id.

    Query the string for an id. If no string belongs to the id, an exception is thrown.

  17. def isConcrete(t: Term): Boolean

    Permalink

    Check whether the given term represents a concrete string.

  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def list2Id(str: Seq[Int]): Int

    Permalink

    Retrieve the id of a string in list representation; add the string to the database if it does not exist yet.

  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def str2Id(str: String): Int

    Permalink

    Retrieve the id of a string in list representation; add the string to the database if it does not exist yet.

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

    Permalink
    Definition Classes
    AnyRef
  25. def term2List(t: Term): Option[List[Int]]

    Permalink

    Check whether the given term represents a concrete string, and return the string.

  26. def term2ListGet(t: Term): List[Int]

    Permalink

    Return the concrete string represented by the given term, throw an exception if the term does not represent a concrete string.

  27. def term2Str(t: Term): Option[String]

    Permalink

    Check whether the given term represents a concrete string, and return the string.

  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 AnyRef

Inherited from Any

Ungrouped