Class

net.sansa_stack.rdf.flink.model

RDFTriple

Related Doc: package model

Permalink

case class RDFTriple(subject: Node, predicate: Node, object: Node) extends Triple with Serializable with Product

A data structure for a set of triples.

Linear Supertypes
Product, Equals, Serializable, Serializable, Triple, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RDFTriple
  2. Product
  3. Equals
  4. Serializable
  5. Serializable
  6. Triple
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RDFTriple(subject: Node, predicate: Node, object: Node)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def dataType(literal: String): String

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Triple → AnyRef → Any
  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getMatchObject(): Node

    Permalink
    Definition Classes
    Triple
  12. def getMatchPredicate(): Node

    Permalink
    Definition Classes
    Triple
  13. def getMatchSubject(): Node

    Permalink
    Definition Classes
    Triple
  14. final def getObject(): Node

    Permalink
    Definition Classes
    Triple
  15. final def getPredicate(): Node

    Permalink
    Definition Classes
    Triple
  16. final def getSubject(): Node

    Permalink
    Definition Classes
    Triple
  17. def hashCode(): Int

    Permalink
    Definition Classes
    Triple → AnyRef → Any
  18. def isConcrete(): Boolean

    Permalink
    Definition Classes
    Triple
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def languageTag(literal: String): String

    Permalink
  21. def matches(arg0: Node, arg1: Node, arg2: Node): Boolean

    Permalink
    Definition Classes
    Triple
  22. def matches(arg0: Triple): Boolean

    Permalink
    Definition Classes
    Triple
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val object: Node

    Permalink
  27. def objectMatches(arg0: Node): Boolean

    Permalink
    Definition Classes
    Triple
  28. val predicate: Node

    Permalink
  29. def predicateMatches(arg0: Node): Boolean

    Permalink
    Definition Classes
    Triple
  30. def sameAs(arg0: Node, arg1: Node, arg2: Node): Boolean

    Permalink
    Definition Classes
    Triple
  31. val subject: Node

    Permalink
  32. def subjectMatches(arg0: Node): Boolean

    Permalink
    Definition Classes
    Triple
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(arg0: PrefixMapping): String

    Permalink
    Definition Classes
    Triple
  35. def toString(): String

    Permalink
    Definition Classes
    Triple → AnyRef → Any
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from Triple

Inherited from AnyRef

Inherited from Any

Ungrouped