Packages

p

edu.holycross.shot

citerelation

package citerelation

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CiteRelationException (message: String = "", cause: Option[Throwable] = None) extends Exception with Product with Serializable
    Annotations
    @JSExport()
  2. case class CiteRelationSet (relations: Set[CiteTriple]) extends Product with Serializable
    Annotations
    @JSExport()
  3. case class CiteTriple (urn1: Urn, relation: Cite2Urn, urn2: Urn) extends Product with Serializable
    Annotations
    @JSExport()

Value Members

  1. object CiteRelationSet extends Serializable

    Factory for creating CiteRelationSet from Source data in CEX format.

Ungrouped