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
,Pair<FunctionCall,Variable>
- 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
-
Constructor Summary
Constructors Constructor Description Bind(FunctionCall functionCall, Variable boundVariable)
-
Method Summary