public abstract class AggBase
extends com.hp.hpl.jena.sparql.expr.aggregate.AggregatorBase
HC_AggAvg, HC_AggAvgDistinct, HC_AggCount, HC_AggCountDistinct, HC_AggCountVar, HC_AggCountVarDistinct, HC_AggGroupConcat, HC_AggGroupConcatDistinct, HC_AggMax, HC_AggMaxDistinct, HC_AggMin, HC_AggMinDistinct, HC_AggNull, HC_AggSample, HC_AggSampleDistinct, HC_AggSum, HC_AggSumDistinct| Constructor and Description |
|---|
AggBase() |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.sparql.expr.aggregate.Aggregator |
copy(com.hp.hpl.jena.sparql.expr.Expr expr) |
boolean |
equals(Object other) |
com.hp.hpl.jena.graph.Node |
getValueEmpty() |
int |
hashCode() |
String |
toPrefixString() |
String |
toString() |
copyTransform, createAccumulator, getValue, keypublic com.hp.hpl.jena.sparql.expr.aggregate.Aggregator copy(com.hp.hpl.jena.sparql.expr.Expr expr)
public com.hp.hpl.jena.graph.Node getValueEmpty()
getValueEmpty in interface com.hp.hpl.jena.sparql.expr.aggregate.AggregatorgetValueEmpty in class com.hp.hpl.jena.sparql.expr.aggregate.AggregatorBasepublic String toString()
toString in class com.hp.hpl.jena.sparql.expr.aggregate.AggregatorBasepublic String toPrefixString()
toPrefixString in interface com.hp.hpl.jena.sparql.expr.aggregate.AggregatortoPrefixString in class com.hp.hpl.jena.sparql.expr.aggregate.AggregatorBasepublic int hashCode()
hashCode in interface com.hp.hpl.jena.sparql.expr.aggregate.AggregatorhashCode in class com.hp.hpl.jena.sparql.expr.aggregate.AggregatorBasepublic boolean equals(Object other)
equals in interface com.hp.hpl.jena.sparql.expr.aggregate.Aggregatorequals in class com.hp.hpl.jena.sparql.expr.aggregate.AggregatorBaseCopyright © 2014. All rights reserved.