Package tech.oxfordsemantic.jrdfox.logic
Interface LogicVisitor<E>
- All Known Implementing Classes:
LogicAdapter,LogicWalker
public interface LogicVisitor<E>
-
Method Summary
Modifier and Type Method Description Evisit(Aggregate aggregate)Evisit(BindAtom bindAtom)Evisit(FilterAtom filterAtom)Evisit(Negation negation)Evisit(Rule rule)Evisit(TupleTableAtom tupleTableAtom)Evisit(TupleTableName tupleTableName)Evisit(BlankNode blankNode)Evisit(ExistenceExpression existenceExpression)Evisit(FunctionCall functionCall)Evisit(IRI iri)Evisit(Literal literal)Evisit(Variable variable)Evisit(AlternativePath alternativePath)Evisit(CountingPath countingPath)Evisit(InversePath inversePath)Evisit(NegativePath negativePath)Evisit(ResourcePath pathPath)Evisit(SequencePath sequencePath)Evisit(BindPattern bindPattern)Evisit(ConjunctionPattern conjunctionPattern)Evisit(DisjunctionPattern disjunctionPattern)Evisit(FilterPattern filterPattern)Evisit(GraphPattern graphPattern)Evisit(MinusPattern minusPattern)Evisit(OptionalPattern optionalPattern)Evisit(PathPattern pathPattern)Evisit(SubselectPattern subselectPattern)Evisit(TriplePattern triplePattern)Evisit(TupleTablePattern tupleTablePattern)Evisit(ValuesPattern valuesPattern)Evisit(ConstructQuery constructQuery)Evisit(DeleteInsertUpdate deleteInsertUpdate)Evisit(GraphUpdate graphUpdate)Evisit(LoadUpdate loadUpdate)Evisit(SelectQuery selectQuery)