Class

net.sansa_stack.inference.spark.forwardchaining

ForwardRuleReasonerOptimized

Related Doc: package forwardchaining

Permalink

abstract class ForwardRuleReasonerOptimized[V, G <: AbstractRDFGraph[V, G]] extends AbstractForwardRuleReasoner[V, G]

An optimized implementation of the forward chaining based reasoner.

Linear Supertypes
AbstractForwardRuleReasoner[V, G], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForwardRuleReasonerOptimized
  2. AbstractForwardRuleReasoner
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ForwardRuleReasonerOptimized(sparkSession: SparkSession, rules: Set[Rule], ruleExecutor: RuleExecutor[V, G])

    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: G): G

    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: G): G

    Permalink

    Apply a single rule on the given graph.

    Apply a single rule on the given graph.

    rule

    the rule

    graph

    the graph

  6. def applyRules(rules: Seq[Rule], graph: G): G

    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

  7. def applyRulesOnce(rules: Seq[Rule], graph: G): G

    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

  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
  11. var distinctCnt: Int

    Permalink
  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
  22. var ruleExecutionCnt: Int

    Permalink
  23. def showExecutionStats(): Unit

    Permalink
  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
  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 AbstractForwardRuleReasoner[V, G]

Inherited from AnyRef

Inherited from Any

Ungrouped