package rules
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
RuleExecutor[Rdf <: RDF, D, N <: rules.RuleExecutor.Rdf.Node, T <: rules.RuleExecutor.Rdf.Triple, G <: AbstractRDFGraphSpark[Rdf, D, G]] extends AnyRef
A rule executor that works on Spark data structures and operations.
-
class
RuleExecutorNative extends RuleExecutor[Jena, RDD[Triple], Node, Triple, RDFGraphNative]
A rule executor that works on Spark data structures and operations.
Value Members
- object Planner extends Logging
-
object
RDDOperations
Common operations on RDD of triples.
-
object
RuleEntailmentType extends Enumeration
The type of entailment of a rule, i.e.
The type of entailment of a rule, i.e. which kind of triples are involved in the entailment process.