org.topbraid.spin.model
Interface Aggregation

All Superinterfaces:
Printable

public interface Aggregation
extends Printable

Part of a SPARQL expression that calls an Aggregation (such as SUM).

Author:
Holger Knublauch

Method Summary
 Variable getAs()
           
 Resource getExpression()
           
 boolean isDistinct()
           
 
Methods inherited from interface org.topbraid.spin.model.print.Printable
print
 

Method Detail

getAs

Variable getAs()

getExpression

Resource getExpression()

isDistinct

boolean isDistinct()