Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.SelectQuery.SelectionPair
Packages that use SelectQuery.SelectionPair
-
Uses of SelectQuery.SelectionPair in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Fields in tech.oxfordsemantic.jrdfox.logic.sparql.statement declared as SelectQuery.SelectionPairModifier and TypeFieldDescriptionstatic final SelectQuery.SelectionPair[]SelectQuery.SelectionPair.EMPTY_ARRAYMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return types with arguments of type SelectQuery.SelectionPairMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type SelectQuery.SelectionPairModifier and TypeMethodDescriptionstatic SelectQuerySelectQuery.create(boolean distinct, boolean allPossibleVariables, SelectQuery.SelectionPair[] selection, QueryBody queryBody) Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.statement with type arguments of type SelectQuery.SelectionPairModifier and TypeMethodDescriptionstatic SelectQuerySelectQuery.create(boolean distinct, boolean allPossibleVariables, List<SelectQuery.SelectionPair> selection, QueryBody queryBody)