object CiteCollectionData extends LogSupport

Factory for creating CiteCollectionData from source data in CEX format.

Linear Supertypes
LogSupport, LazyLogger, LoggingMethods, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CiteCollectionData
  2. LogSupport
  3. LazyLogger
  4. LoggingMethods
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def apply(cexSource: String, delimiter: String = "#", delimiter2: String = ","): CiteCollectionData

    Creates CITE Collection data from a CEX source.

    Creates CITE Collection data from a CEX source.

    cexSource

    Text in CEX format. Note that there must be one citedata block per collection and at least one citecatalog block that may contain catalog data for any number of collections.

    delimiter

    String defining structural units of delimited text content.

    delimiter2

    Secondary delimiter used within controlled vocabulary lists, if any.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def collectionForDataBlock(dataBlock: String, delimiter: String): Cite2Urn

    Find collection URN for data documented in a citedata block of CEX data documenting a single collection.

    Find collection URN for data documented in a citedata block of CEX data documenting a single collection.

    dataBlock

    String data in CEX format documenting data for a single CITE Collection.

    delimiter

    String value delimiting columns in the CEX source.

  8. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  9. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  13. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  17. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def lcLabel(collectionDef: CiteCollectionDef): String

    Find lowercase version of the name of the labelling property in a CITE Collection's definition.

    Find lowercase version of the name of the labelling property in a CITE Collection's definition.

    collectionDef

    Definition of the collection's structure.

  20. macro def logAt(logLevel: LogLevel, message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  21. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def propertiesForMappedText(dataMap: Map[String, String], collectionDef: CiteCollectionDef): Vector[CitePropertyValue]

    Create CiteCollectionData from maps of property names to serialized data strings.

    Create CiteCollectionData from maps of property names to serialized data strings.

    dataMap

    Vector of maps with each vector representing one CITE object, and each mapping representing a mapping of property name to string value for that property.

    collectionDef

    CiteCollectionDef for this collection.

  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  29. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  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()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  34. 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 LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped