Packages

case class CiteLibrary(name: String, urn: Cite2Urn, license: String, namespaces: Vector[CiteNamespace], textRepository: Option[TextRepository] = None, collectionRepository: Option[CiteCollectionRepository] = None, relationSet: Option[CiteRelationSet] = None, dataModels: Option[Vector[DataModel]] = None) extends LogSupport with Product with Serializable

A library of citable scholarly resources.

name

Name of the citable library.

urn

URN identifying the library.

license

Licensing and rights information.

namespaces

Possibly empty vector of CiteNamespaces.

textRepository

Optional, cataloged corpus of citable texts.

collectionRepository

Optional, cataloged set of CITE Collections. (Not used in current version.)

relationSet

Optional set of triple statements.

Annotations
@JSExportAll()
Linear Supertypes
Product, Equals, LogSupport, LazyLogger, LoggingMethods, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CiteLibrary
  2. Product
  3. Equals
  4. LogSupport
  5. LazyLogger
  6. LoggingMethods
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CiteLibrary(name: String, urn: Cite2Urn, license: String, namespaces: Vector[CiteNamespace], textRepository: Option[TextRepository] = None, collectionRepository: Option[CiteCollectionRepository] = None, relationSet: Option[CiteRelationSet] = None, dataModels: Option[Vector[DataModel]] = None)

    name

    Name of the citable library.

    urn

    URN identifying the library.

    license

    Licensing and rights information.

    namespaces

    Possibly empty vector of CiteNamespaces.

    textRepository

    Optional, cataloged corpus of citable texts.

    collectionRepository

    Optional, cataloged set of CITE Collections. (Not used in current version.)

    relationSet

    Optional set of triple statements.

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 cex(delimiter: String = "#"): String

    Serialize a CiteLibrary to CEX

    Serialize a CiteLibrary to CEX

    delimiter

    Column-delimiter used in CEX source.

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. val collectionRepository: Option[CiteCollectionRepository]
  8. def collectionsForModel(modelUrn: Cite2Urn): Vector[Cite2Urn]

    Returns a [possibly empty] vector of collectionmodels that apply to a given data model

  9. val dataModels: Option[Vector[DataModel]]
  10. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  11. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  14. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hasCollections: Boolean

    True if CiteCollectionRepository is instantiated.

  17. def hasDataModels: Boolean

    True if DataModels is instantiated.

  18. def hasIndexes: Boolean

    True if CiteRelationSet is instantiated.

  19. def hasTexts: Boolean

    True if TextRepository is instantiated.

  20. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  21. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val license: String
  24. macro def logAt(logLevel: LogLevel, message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  25. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  26. def modelApplies(modelUrn: Cite2Urn, objectUrn: Cite2Urn): Boolean

    Returns true if a given model applies to a given URN

  27. def modelsForCollection(collUrn: Cite2Urn): Vector[Cite2Urn]

    Returns a vector of datamodels that apply to a given collection URN

  28. val name: String
  29. val namespaces: Vector[CiteNamespace]
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. val relationSet: Option[CiteRelationSet]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. val textRepository: Option[TextRepository]
  36. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  37. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  38. val urn: Cite2Urn
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  43. macro def warn(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Product

Inherited from Equals

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped