Uses of Class
edu.harvard.seas.pl.abcdatalog.util.substitution.ClauseSubstitution
Package
Description
This package contains classes and interfaces that are used in all of the bottom-up engines.
This package contains multi-threaded bottom-up Datalog evaluation engines.
This package contains classes that represents substitutions (i.e., mappings from variables to
terms).
-
Uses of ClauseSubstitution in edu.harvard.seas.pl.abcdatalog.engine.bottomup
ModifierConstructorDescriptionClauseEvaluator
(SemiNaiveClauseAnnotator.SemiNaiveClause cl, BiConsumer<PositiveAtom, ClauseSubstitution> newFact, BiFunction<AnnotatedAtom, ClauseSubstitution, Iterable<PositiveAtom>> getFacts) ClauseEvaluator
(SemiNaiveClauseAnnotator.SemiNaiveClause cl, BiConsumer<PositiveAtom, ClauseSubstitution> newFact, BiFunction<AnnotatedAtom, ClauseSubstitution, Iterable<PositiveAtom>> getFacts) -
Uses of ClauseSubstitution in edu.harvard.seas.pl.abcdatalog.engine.bottomup.concurrent
Modifier and TypeMethodDescriptionprotected Iterable
<PositiveAtom> BottomUpEvalManager.getFacts
(AnnotatedAtom atom, ClauseSubstitution s) protected void
BottomUpEvalManager.newFact
(PositiveAtom atom, ClauseSubstitution s) -
Uses of ClauseSubstitution in edu.harvard.seas.pl.abcdatalog.util.substitution