Class SelectQuery.SelectionPair
java.lang.Object
tech.oxfordsemantic.jrdfox.util.ImmutablePair<Expression,Variable>
tech.oxfordsemantic.jrdfox.logic.sparql.statement.SelectQuery.SelectionPair
- All Implemented Interfaces:
java.io.Serializable
,Pair<Expression,Variable>
- Enclosing class:
- SelectQuery
public static class SelectQuery.SelectionPair extends tech.oxfordsemantic.jrdfox.util.ImmutablePair<Expression,Variable>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static SelectQuery.SelectionPair[]
EMPTY_ARRAY
-
Constructor Summary
Constructors Constructor Description SelectionPair(Expression first, Variable second)
-
Method Summary
Modifier and Type Method Description Expression
getExpression()
Variable
getVariable()