org.dbpedia.extraction.transform

Quad

class Quad extends Ordered[Quad] with Equals with Serializable

Represents a statement.

Linear Supertypes
Serializable, Serializable, Equals, Ordered[Quad], Comparable[Quad], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Quad
  2. Serializable
  3. Serializable
  4. Equals
  5. Ordered
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Quad(language: Language, dataset: Dataset, subject: String, predicate: OntologyProperty, value: String, context: String, datatype: Datatype = null)

  2. new Quad(language: Language, dataset: Dataset, subject: String, predicate: String, value: String, context: String, datatype: Datatype)

  3. new Quad(language: String, dataset: String, subject: String, predicate: String, value: String, context: String, datatype: String)

    language

    ISO code, may be null

    dataset

    DBpedia dataset name, may be null

    subject

    URI/IRI, must not be null

    predicate

    URI/IRI, must not be null

    value

    URI/IRI or literal, must not be null

    context

    URI/IRI, may be null

    datatype

    may be null, which means that value is a URI/IRI

    TODO: the order of the parameters is confusing. As in Turtle/N-Triple/N-Quad files, it should be

    dataset subject predicate value datatype language context

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def <(that: Quad): Boolean

    Definition Classes
    Ordered
  4. def <=(that: Quad): Boolean

    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def >(that: Quad): Boolean

    Definition Classes
    Ordered
  7. def >=(that: Quad): Boolean

    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def canEqual(obj: Any): Boolean

    sub classes that add new fields should override this method

    sub classes that add new fields should override this method

    Definition Classes
    Quad → Equals
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compare(that: Quad): Int

    sub classes that add new fields should override this method

    sub classes that add new fields should override this method

    Definition Classes
    Quad → Ordered
  12. def compareTo(that: Quad): Int

    Definition Classes
    Ordered → Comparable
  13. val context: String

    URI/IRI, may be null

  14. def copy(dataset: String = this.dataset, subject: String = this.subject, predicate: String = this.predicate, value: String = this.value, datatype: String = this.datatype, language: String = this.language, context: String = this.context): Quad

  15. val dataset: String

    DBpedia dataset name, may be null

  16. val datatype: String

    may be null, which means that value is a URI/IRI

    may be null, which means that value is a URI/IRI

    TODO: the order of the parameters is confusing. As in Turtle/N-Triple/N-Quad files, it should be

    dataset subject predicate value datatype language context

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(other: Any): Boolean

    sub classes that add new fields should override this method

    sub classes that add new fields should override this method

    Definition Classes
    Quad → Equals → AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hasObjectPredicate: Boolean

  22. def hashCode(): Int

    sub classes that add new fields should override this method

    sub classes that add new fields should override this method

    Definition Classes
    Quad → AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. val language: String

    ISO code, may be null

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. val predicate: String

    URI/IRI, must not be null

  29. val subject: String

    URI/IRI, must not be null

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    Quad → AnyRef → Any
  32. val value: String

    URI/IRI or literal, must not be null

  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Equals

Inherited from Ordered[Quad]

Inherited from Comparable[Quad]

Inherited from AnyRef

Inherited from Any

Ungrouped