Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.SelectQuery
Packages that use SelectQuery
Package
Description
-
Uses of SelectQuery in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type SelectQueryModifier and TypeMethodDescriptionLogicAdapter.visit(SelectQuery selectQuery) LogicVisitor.visit(SelectQuery selectQuery) LogicWalker.visit(SelectQuery selectQuery) -
Uses of SelectQuery in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return SelectQueryMethods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type SelectQueryModifier and TypeMethodDescriptionstatic SubselectPatternSubselectPattern.create(SelectQuery argument) -
Uses of SelectQuery in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return SelectQueryModifier and TypeMethodDescriptionstatic SelectQuerySelectQuery.create(boolean distinct, boolean allPossibleVariables, List<SelectQuery.SelectionPair> selection, QueryBody queryBody) static SelectQuerySelectQuery.create(boolean distinct, boolean allPossibleVariables, SelectQuery.SelectionPair[] selection, QueryBody queryBody)