Packages

object DseVector extends LogSupport

Factory for making DseVectors from various sources.

Linear Supertypes
LogSupport, LazyLogger, LoggingMethods, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DseVector
  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(cexString: String): DseVector

    Create a DseVector from CEX source with default values for delimiter strings.

    Create a DseVector from CEX source with default values for delimiter strings. The CEX source must define a CITE Library.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cex(cexSrc: String, delimiter: String = "#", delimiter2: String = ","): DseVector

    Create a DseVector from a CEX source.

    Create a DseVector from a CEX source. The CEX source must define a CITE Library.

    cexSrc

    CEX data.

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  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. def doubleIndexedSurfaces(passages: Vector[DsePassage]): Vector[Cite2Urn]

    Find any instances of a text-bearing surface indexed to more than one reference image in a Vector of DsePassages.

  11. def duplicatePassages(dsePassages: Vector[DsePassage]): Vector[CtsUrn]

    Find any instances of a text passages appearing more than once in a Vector of DsePassages.

    Find any instances of a text passages appearing more than once in a Vector of DsePassages.

    dsePassages

    Vector of DsePassages to test.

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  15. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  16. def fromCitableObject(obj: CiteObject): DsePassage

    Construct a DsePassage from a CiteObject belonging to a collection implementing the Dse model.

    Construct a DsePassage from a CiteObject belonging to a collection implementing the Dse model.

    obj

    Citable object in a colletion implementing the Dse model.

  17. def fromCiteLibrary(lib: CiteLibrary): DseVector

    Build a DseVector from a CiteLibrary.

    Build a DseVector from a CiteLibrary.

    lib

    A CiteLibrary including one or more collections implementing the DSE model.

  18. def fromTextTriples(cexStr: String, dseCollection: Cite2Urn): DseVector

    Create a DseVector from CEX data for triples.

    Create a DseVector from CEX data for triples. New DSE records are created in a specified collection.

    cexStr

    CEX data for DSE triples.

    dseCollection

    Cite2Urn for the collection for newly created DsePassages.

  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def imageForTbs(passages: Vector[DsePassage], surface: Cite2Urn): Option[Cite2Urn]

    Find reference image for a given text-bearing surface in a list of DsePassages.

    Find reference image for a given text-bearing surface in a list of DsePassages.

    surface

    URN for surface to check.

  22. def imageForText(passages: Vector[DsePassage], psg: CtsUrn): Option[Cite2Urn]

    Reference image illustrating a given passage of text.

    Reference image illustrating a given passage of text.

    psg

    A citable node of text.

  23. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  24. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. macro def logAt(logLevel: LogLevel, message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  27. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def rawFromCex(cexSrc: String, delimiter: String = "#", delimiter2: String = ","): Vector[DsePassage]

    Uncritically create a Vector of DsePassages from a CEX string defining a CITE library with DSE content.

    Uncritically create a Vector of DsePassages from a CEX string defining a CITE library with DSE content.

    cexSrc

    CEX data.

    delimiter

    Primary delimiter for CEX.

    delimiter2

    Secondary delimiter for CEX.

  32. def rawFromTextTriples(cexStr: String, dseCollection: Cite2Urn): Vector[DsePassage]

    Uncritically create a Vector of DsePassages from a CEX string with DSE triples.

    Uncritically create a Vector of DsePassages from a CEX string with DSE triples.

    cexStr

    CEX data.

    dseCollection

    Cite2Urn for the CITE collection newly created entries.

  33. def stripHeader(v: Vector[String]): Vector[String]

    Strip header line off of each String in a Vector.

    Strip header line off of each String in a Vector.

    v

    Vector of Strings.

  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def textsForTbs(passages: Vector[DsePassage], surf: Cite2Urn): Vector[CtsUrn]

    Find all text passages indexed to a given text-bearing surface in a list of DsePassages.

  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  38. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  39. def triangleConsistencyErrors(passages: Vector[DsePassage]): Vector[String]

    Find any instances of surface and related text passages being indexed to different reference images in a Vector of DsePassages.

    Find any instances of surface and related text passages being indexed to different reference images in a Vector of DsePassages.

    passages

    Vector of DsePassages to check.

  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  44. 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