Packages

package dse

Classes for working with Documented Scholarly Editions.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. dse
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class DsePassage(urn: Cite2Urn, label: String, passage: CtsUrn, imageroi: Cite2Urn, surface: Cite2Urn) extends Product with Serializable

    Relations of documented scholarly edition for a single citable passage of text.

    Relations of documented scholarly edition for a single citable passage of text.

    urn

    URN identifying this DSE record.

    label

    Human-readable label for this DSE record.

    passage

    The text passage.

    imageroi

    Region of interest on an image illustrating this passage of text.

    surface

    Physical surface where this passage is preserved.

    Annotations
    @JSExportAll()
  2. case class DseVector(passages: Vector[DsePassage]) extends LogSupport with Product with Serializable

    A class for working with an ordered sequence of DsePassage obects.

    A class for working with an ordered sequence of DsePassage obects.

    passages

    Vector of DsePassage objects.

    Annotations
    @JSExportAll()

Value Members

  1. val appearsOn: Cite2Urn

    Relation of text to surface.

  2. val dseModel: Cite2Urn

    The Documented Scholarly Edition model.

  3. val hasOnIt: Cite2Urn

    Relation of surface to text.

  4. val illustratedBy: Cite2Urn

    Relation of surface to image.

  5. val illustrates: Cite2Urn

    Relation of image to surface.

  6. def isCite2Urn(u: Urn): Boolean

    True if a given URN is a CITE2 URN.

    True if a given URN is a CITE2 URN.

    u

    URN to examine.

  7. def isCtsUrn(u: Urn): Boolean

    True if a given URN is a CTS URN.

    True if a given URN is a CTS URN.

    u

    URN to examine.

  8. object DsePassage extends Serializable

    Factory object for creating DsePassages from various kinds of sources.

  9. object DseSource

    Factory for making DseVectors from text sources.

  10. object DseVector extends LogSupport

    Factory for making DseVectors from various sources.

Inherited from AnyRef

Inherited from Any

Ungrouped