Class

net.sansa_stack.inference.spark.forwardchaining

ForwardRuleReasonerOptimizedNative

Related Doc: package forwardchaining

Permalink

class ForwardRuleReasonerOptimizedNative extends ForwardRuleReasonerOptimized[RDD[RDFTriple], RDFGraphNative]

An optimized implementation of the forward chaining based reasoner using Spark data structures and operations.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForwardRuleReasonerOptimizedNative
  2. ForwardRuleReasonerOptimized
  3. AbstractForwardRuleReasoner
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ForwardRuleReasonerOptimizedNative(sparkSession: SparkSession, rules: Set[Rule])

    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. def apply(graph: RDFGraphNative): RDFGraphNative

    Permalink

    Applies forward chaining to the given RDF graph and returns a new RDF graph that contains all additional triples based on the underlying set of rules.

    Applies forward chaining to the given RDF graph and returns a new RDF graph that contains all additional triples based on the underlying set of rules.

    graph

    the RDF graph

    returns

    the materialized RDF graph

    Definition Classes
    ForwardRuleReasonerOptimizedAbstractForwardRuleReasoner
  5. def applyRule(rule: Rule, graph: RDFGraphNative): RDFGraphNative

    Permalink

    Apply a single rule on the given graph.

    Apply a single rule on the given graph.

    rule

    the rule

    graph

    the graph

    Definition Classes
    ForwardRuleReasonerOptimized
  6. def applyRules(rules: Seq[Rule], graph: RDFGraphNative): RDFGraphNative

    Permalink

    Apply the set of rules on the given graph by doing fix-point iteration.

    Apply the set of rules on the given graph by doing fix-point iteration.

    rules

    the rules

    graph

    the graph

    Definition Classes
    ForwardRuleReasonerOptimized
  7. def applyRulesOnce(rules: Seq[Rule], graph: RDFGraphNative): RDFGraphNative

    Permalink

    Apply the set of rules on the given graph once.

    Apply the set of rules on the given graph once.

    rules

    the rules

    graph

    the graph

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. var countCnt: Int

    Permalink
    Definition Classes
    ForwardRuleReasonerOptimized
  11. var distinctCnt: Int

    Permalink
    Definition Classes
    ForwardRuleReasonerOptimized
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def reset(): Unit

    Permalink
    Definition Classes
    ForwardRuleReasonerOptimized
  22. var ruleExecutionCnt: Int

    Permalink
    Definition Classes
    ForwardRuleReasonerOptimized
  23. def showExecutionStats(): Unit

    Permalink
    Definition Classes
    ForwardRuleReasonerOptimized
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. var unionCnt: Int

    Permalink
    Definition Classes
    ForwardRuleReasonerOptimized
  27. final def wait(): Unit

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

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

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

Inherited from ForwardRuleReasonerOptimized[RDD[RDFTriple], RDFGraphNative]

Inherited from AbstractForwardRuleReasoner[RDD[RDFTriple], RDFGraphNative]

Inherited from AnyRef

Inherited from Any

Ungrouped