case class CiteCollectionData(data: Vector[CitePropertyValue]) extends LogSupport with Product with Serializable

Data values for a repository of citable objects and properties. The data are organized as a Vector of CitePropertyValues. URN twiddling on this Vector can be used to construct any other valid sets of values, such as all values in a given collection, or all values used to create an individual CiteObject.

data

vector of property values. Because CitePropertyValues have URNs, they can be grouped by object using URN twiddling.

Annotations
@JSExportAll()
Linear Supertypes
Product, Equals, LogSupport, LazyLogger, LoggingMethods, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CiteCollectionData
  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 CiteCollectionData(data: Vector[CitePropertyValue])

    data

    vector of property values. Because CitePropertyValues have URNs, they can be grouped by object using URN twiddling.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++(collection2: CiteCollectionData): CiteCollectionData

    Union of this collection with a second collection.

    Union of this collection with a second collection. The resulting collection continues the set of unique members belonging to either collection.

    collection2

    Collection to unite with this collection.

  4. def --(collection2: CiteCollectionData): CiteCollectionData

    Difference of this collection with a second collection.

    Difference of this collection with a second collection. The resulting collection contains member elements in one collection but not the other.

    collection2

    Collection to unite with this collection.

  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def collections: Set[Cite2Urn]

    Find URNs for each collection in the data set.

  9. val data: Vector[CitePropertyValue]
  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. 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. def isEmpty: Boolean

    True if there are no property values.

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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 objects: Set[Cite2Urn]

    Find URNs for each object in the collection.

  26. def properties: Set[Cite2Urn]

    Find URNs for each property value in the collection.

  27. def propertyValue(propUrn: Cite2Urn): Any

    Value for a single property value.

    Value for a single property value. It is a CiteObjectException if propUrn does not identify exactly 1 property value.

    propUrn

    URN identifying a CitePropertyValue

  28. def size: Int

    Number of property vaues in the collection.

  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  31. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  36. macro def warn(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  37. def ~~(filterUrn: Cite2Urn): CiteCollectionData

    Filter collection data by identifying URN.

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