Packages

class BackwardChainingReasonerDataset extends Logging

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

Instance Constructors

  1. new BackwardChainingReasonerDataset(session: SparkSession, rules: Set[Rule], graph: Dataset[RDFTriple])

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. val DUMMY_VAR: Node
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. def debug(msg: ⇒ String, o: Any, os: Any*): Unit
    Definition Classes
    Logging
  8. def debug(msg: ⇒ String, e: Throwable): Unit
    Definition Classes
    Logging
  9. def debug(msg: ⇒ String): Unit
    Definition Classes
    Logging
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def error(msg: ⇒ String, o: Any, os: Any*): Unit
    Definition Classes
    Logging
  13. def error(msg: ⇒ String, e: Throwable): Unit
    Definition Classes
    Logging
  14. def error(msg: ⇒ String): Unit
    Definition Classes
    Logging
  15. def extractWithIndex(graph: Dataset[RDFTriple]): Map[Node, Dataset[RDFTriple]]

    Computes the triples for each schema property p, e.g.

    Computes the triples for each schema property p, e.g. rdfs:subClassOf and returns it as mapping from p to the Dataset containing the triples.

    graph

    the RDF graph

    returns

    a mapping from the corresponding schema property to the Dataframe of s-o pairs

  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. val graph: Dataset[RDFTriple]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def info(msg: ⇒ String, o: Any, os: Any*): Unit
    Definition Classes
    Logging
  20. def info(msg: ⇒ String, e: Throwable): Unit
    Definition Classes
    Logging
  21. def info(msg: ⇒ String): Unit
    Definition Classes
    Logging
  22. def isEntailed(tp: TriplePattern): Boolean
  23. def isEntailed(triple: Triple): Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  26. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. val precomputeSchema: Boolean
  31. val properties: Set[(Property, Boolean, String)]
  32. def query(tp: Triple): Dataset[RDFTriple]
  33. val rules: Set[Rule]
  34. val session: SparkSession
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def trace(msg: ⇒ String, o: Any, os: Any*): Unit
    Definition Classes
    Logging
  38. def trace(msg: ⇒ String, e: Throwable): Unit
    Definition Classes
    Logging
  39. def trace(msg: ⇒ String): Unit
    Definition Classes
    Logging
  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. def warn(msg: ⇒ String, o: Any, os: Any*): Unit
    Definition Classes
    Logging
  44. def warn(msg: ⇒ String, e: Throwable): Unit
    Definition Classes
    Logging
  45. def warn(msg: ⇒ String): Unit
    Definition Classes
    Logging

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped