Class QueryBody.GroupCondition

java.lang.Object
tech.oxfordsemantic.jrdfox.util.ImmutablePair<Expression,​Variable>
tech.oxfordsemantic.jrdfox.logic.sparql.statement.QueryBody.GroupCondition
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
QueryBody

public static class QueryBody.GroupCondition
extends tech.oxfordsemantic.jrdfox.util.ImmutablePair<Expression,​Variable>
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static QueryBody.GroupCondition[] EMPTY_ARRAY  

    Fields inherited from class tech.oxfordsemantic.jrdfox.util.ImmutablePair

    m_first, m_second
  • Constructor Summary

    Constructors 
    Constructor Description
    GroupCondition​(Expression first, Variable second)  
  • Method Summary

    Modifier and Type Method Description
    Expression getExpression()  
    Variable getVariable()  

    Methods inherited from class tech.oxfordsemantic.jrdfox.util.ImmutablePair

    equals, hashCode

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait