Packages

abstract class LMFDBStore extends Storage with LMFDBBackend

Source
Lmfdb.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LMFDBStore
  2. LMFDBBackend
  3. Storage
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LMFDBStore()

Abstract Value Members

  1. abstract def debug(s: String): Unit
    Definition Classes
    LMFDBBackend

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def collectImplementMetaData(schema: Theory, forSymbol: GlobalName)(implicit controller: Controller): List[Declaration]
    Attributes
    protected
    Definition Classes
    LMFDBBackend
  7. def destroy: Unit

    called to release all held resources, override as needed

    called to release all held resources, override as needed

    Definition Classes
    Storage
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def findExtensions(db: DB)(implicit controller: Controller): List[DB]

    find the extensions of db in reverse order, that is the smallest non-extending theory first

    find the extensions of db in reverse order, that is the smallest non-extending theory first

    Attributes
    protected
    Definition Classes
    LMFDBBackend
  12. def findImplementor(schema: Theory, forSymbol: GlobalName, err: (String) ⇒ Unit)(implicit controller: Controller): (DB, GlobalName)

    finds an implementor

    finds an implementor

    Attributes
    protected
    Definition Classes
    LMFDBBackend
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getKey(schema: Theory): String
    Attributes
    protected
    Definition Classes
    LMFDBBackend
  15. def getSuffix(base: URI, uri: URI): List[String]
    Attributes
    protected
    Definition Classes
    Storage
  16. def getTP(db: DB)(implicit controller: Controller): DBTheory
    Definition Classes
    LMFDBBackend
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def lmfdbquery(db: DB, query: String, limit: Option[Int]): List[JSON]

    runs a simple lmfdb query

    runs a simple lmfdb query

    Attributes
    protected
    Definition Classes
    LMFDBBackend
  20. def load(path: Path)(implicit controller: Controller): Unit

    dereferences a path and adds the content to the controller or throws NotApplicable e.g., by sending an XML document to the XML reader

    dereferences a path and adds the content to the controller or throws NotApplicable e.g., by sending an XML document to the XML reader

    a storage may add more/additional content than necessary, e.g., the containing file/theory or a dependency closure

    Definition Classes
    LMFDBStoreStorage
  21. def loadFragment(needed: Path, known: Path)(implicit controller: Controller): Unit

    dereferences a path to a fragment of an already loaded StructuralElement and adds only that fragment empty by default, storages that can retrieve individual fragments should override this

    dereferences a path to a fragment of an already loaded StructuralElement and adds only that fragment empty by default, storages that can retrieve individual fragments should override this

    Definition Classes
    LMFDBStoreStorage
  22. def loadXML(u: URI, dpath: DPath, reader: BufferedReader)(implicit controller: Controller): Unit

    implementing classes should call this to load an OMDoc XML stream (which this method will close afterwards)

    implementing classes should call this to load an OMDoc XML stream (which this method will close afterwards)

    Attributes
    protected
    Definition Classes
    Storage
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toOML(json: JSONObject, db: DB, fields: List[DBField])(implicit controller: Controller): List[OML]
    Attributes
    protected
    Definition Classes
    LMFDBBackend
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from LMFDBBackend

Inherited from Storage

Inherited from AnyRef

Inherited from Any

Ungrouped