Class Aggregate.Bind

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

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

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

    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, getFirst, getSecond, hashCode

    Methods inherited from class Object

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