|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.visualization.datasource.query.engine.AggregationPath
public class AggregationPath
An ordered list of values representing a path in an aggregation tree, from the root to a node. Only the values are stored, not the nodes themselves.
| Constructor Summary | |
|---|---|
AggregationPath()
Construct an empty path. |
|
| Method Summary | |
|---|---|
void |
add(Value value)
Adds a value to this path. |
java.util.List<Value> |
getValues()
Returns the list of values. |
void |
reverse()
Reverses this path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AggregationPath()
| Method Detail |
|---|
public void add(Value value)
value - The value to add.public java.util.List<Value> getValues()
public void reverse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||