object CiteCollectionData extends Serializable

Factory for creating CiteCollectionData from source data in CEX format.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CiteCollectionData
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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. 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. 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.

  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. 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.

  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped