public class RuleAtomAsserter extends Object implements RuleAtomVisitor
Title:
Description:
Copyright: Copyright (c) 2009
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
RuleAtomAsserter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
assertAtom(RuleAtom atom,
VariableBinding binding,
DependencySet ds,
boolean negated,
ABox abox,
CompletionStrategy strategy) |
void |
visit(BuiltInAtom atom) |
void |
visit(ClassAtom atom) |
void |
visit(DataRangeAtom atom) |
void |
visit(DatavaluedPropertyAtom atom) |
void |
visit(DifferentIndividualsAtom atom) |
void |
visit(IndividualPropertyAtom atom) |
void |
visit(SameIndividualAtom atom) |
public boolean assertAtom(RuleAtom atom, VariableBinding binding, DependencySet ds, boolean negated, ABox abox, CompletionStrategy strategy)
public void visit(BuiltInAtom atom)
visit in interface RuleAtomVisitorpublic void visit(ClassAtom atom)
visit in interface RuleAtomVisitorpublic void visit(DataRangeAtom atom)
visit in interface RuleAtomVisitorpublic void visit(DatavaluedPropertyAtom atom)
visit in interface RuleAtomVisitorpublic void visit(DifferentIndividualsAtom atom)
visit in interface RuleAtomVisitorpublic void visit(IndividualPropertyAtom atom)
visit in interface RuleAtomVisitorpublic void visit(SameIndividualAtom atom)
visit in interface RuleAtomVisitorCopyright © 2019. All rights reserved.