Class Aggregate.Bind

java.lang.Object
tech.oxfordsemantic.jrdfox.util.ImmutablePair<FunctionCall,​Variable>
tech.oxfordsemantic.jrdfox.logic.datalog.Aggregate.Bind
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Aggregate

public static class Aggregate.Bind
extends tech.oxfordsemantic.jrdfox.util.ImmutablePair<FunctionCall,​Variable>
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static Aggregate.Bind[] EMPTY_ARRAY  

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

    m_first, m_second
  • Constructor Summary

    Constructors 
    Constructor Description
    Bind​(FunctionCall functionCall, Variable boundVariable)  
  • Method Summary

    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