Uses of Interface
tech.oxfordsemantic.jrdfox.logic.LogicVisitor
-
Uses of LogicVisitor in tech.oxfordsemantic.jrdfox.logic
Classes in tech.oxfordsemantic.jrdfox.logic that implement LogicVisitor Modifier and Type Class Description class
LogicAdapter<E>
class
LogicWalker
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type LogicVisitor Modifier and Type Method Description abstract <E> E
LogicObject. accept(LogicVisitor<E> visitor)
-
Uses of LogicVisitor in tech.oxfordsemantic.jrdfox.logic.datalog
Methods in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type LogicVisitor Modifier and Type Method Description <E> E
Aggregate. accept(LogicVisitor<E> visitor)
<E> E
BindAtom. accept(LogicVisitor<E> visitor)
<E> E
FilterAtom. accept(LogicVisitor<E> visitor)
<E> E
Negation. accept(LogicVisitor<E> visitor)
<E> E
Rule. accept(LogicVisitor<E> visitor)
<E> E
TupleTableAtom. accept(LogicVisitor<E> visitor)
<E> E
TupleTableName. accept(LogicVisitor<E> visitor)
-
Uses of LogicVisitor in tech.oxfordsemantic.jrdfox.logic.expression
Methods in tech.oxfordsemantic.jrdfox.logic.expression with parameters of type LogicVisitor Modifier and Type Method Description <E> E
BlankNode. accept(LogicVisitor<E> visitor)
<E> E
ExistenceExpression. accept(LogicVisitor<E> visitor)
<E> E
FunctionCall. accept(LogicVisitor<E> visitor)
<E> E
IRI. accept(LogicVisitor<E> visitor)
<E> E
Literal. accept(LogicVisitor<E> visitor)
<E> E
Variable. accept(LogicVisitor<E> visitor)
-
Uses of LogicVisitor in tech.oxfordsemantic.jrdfox.logic.sparql.path
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path with parameters of type LogicVisitor Modifier and Type Method Description <E> E
AlternativePath. accept(LogicVisitor<E> visitor)
<E> E
CountingPath. accept(LogicVisitor<E> visitor)
<E> E
InversePath. accept(LogicVisitor<E> visitor)
<E> E
NegativePath. accept(LogicVisitor<E> visitor)
<E> E
ResourcePath. accept(LogicVisitor<E> visitor)
<E> E
SequencePath. accept(LogicVisitor<E> visitor)
-
Uses of LogicVisitor in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type LogicVisitor Modifier and Type Method Description <E> E
BindPattern. accept(LogicVisitor<E> visitor)
<E> E
ConjunctionPattern. accept(LogicVisitor<E> visitor)
<E> E
DisjunctionPattern. accept(LogicVisitor<E> visitor)
<E> E
FilterPattern. accept(LogicVisitor<E> visitor)
<E> E
GraphPattern. accept(LogicVisitor<E> visitor)
<E> E
MinusPattern. accept(LogicVisitor<E> visitor)
<E> E
OptionalPattern. accept(LogicVisitor<E> visitor)
<E> E
PathPattern. accept(LogicVisitor<E> visitor)
<E> E
SubselectPattern. accept(LogicVisitor<E> visitor)
<E> E
TriplePattern. accept(LogicVisitor<E> visitor)
<E> E
TupleTablePattern. accept(LogicVisitor<E> visitor)
<E> E
ValuesPattern. accept(LogicVisitor<E> visitor)
-
Uses of LogicVisitor in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type LogicVisitor Modifier and Type Method Description <E> E
ConstructQuery. accept(LogicVisitor<E> visitor)
<E> E
DeleteInsertUpdate. accept(LogicVisitor<E> visitor)
<E> E
GraphUpdate. accept(LogicVisitor<E> visitor)
<E> E
LoadUpdate. accept(LogicVisitor<E> visitor)
<E> E
SelectQuery. accept(LogicVisitor<E> visitor)