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 classLogicAdapter<E>classLogicWalkerMethods in tech.oxfordsemantic.jrdfox.logic with parameters of type LogicVisitor Modifier and Type Method Description abstract <E> ELogicObject. 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> EAggregate. accept(LogicVisitor<E> visitor)<E> EBindAtom. accept(LogicVisitor<E> visitor)<E> EFilterAtom. accept(LogicVisitor<E> visitor)<E> ENegation. accept(LogicVisitor<E> visitor)<E> ERule. accept(LogicVisitor<E> visitor)<E> ETupleTableAtom. accept(LogicVisitor<E> visitor)<E> ETupleTableName. 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> EBlankNode. accept(LogicVisitor<E> visitor)<E> EExistenceExpression. accept(LogicVisitor<E> visitor)<E> EFunctionCall. accept(LogicVisitor<E> visitor)<E> EIRI. accept(LogicVisitor<E> visitor)<E> ELiteral. accept(LogicVisitor<E> visitor)<E> EVariable. 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> EAlternativePath. accept(LogicVisitor<E> visitor)<E> ECountingPath. accept(LogicVisitor<E> visitor)<E> EInversePath. accept(LogicVisitor<E> visitor)<E> ENegativePath. accept(LogicVisitor<E> visitor)<E> EResourcePath. accept(LogicVisitor<E> visitor)<E> ESequencePath. 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> EBindPattern. accept(LogicVisitor<E> visitor)<E> EConjunctionPattern. accept(LogicVisitor<E> visitor)<E> EDisjunctionPattern. accept(LogicVisitor<E> visitor)<E> EFilterPattern. accept(LogicVisitor<E> visitor)<E> EGraphPattern. accept(LogicVisitor<E> visitor)<E> EMinusPattern. accept(LogicVisitor<E> visitor)<E> EOptionalPattern. accept(LogicVisitor<E> visitor)<E> EPathPattern. accept(LogicVisitor<E> visitor)<E> ESubselectPattern. accept(LogicVisitor<E> visitor)<E> ETriplePattern. accept(LogicVisitor<E> visitor)<E> ETupleTablePattern. accept(LogicVisitor<E> visitor)<E> EValuesPattern. 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> EConstructQuery. accept(LogicVisitor<E> visitor)<E> EDeleteInsertUpdate. accept(LogicVisitor<E> visitor)<E> EGraphUpdate. accept(LogicVisitor<E> visitor)<E> ELoadUpdate. accept(LogicVisitor<E> visitor)<E> ESelectQuery. accept(LogicVisitor<E> visitor)