Uses of Class
com.google.visualization.datasource.query.engine.AggregationNode

Packages that use AggregationNode
com.google.visualization.datasource.query.engine   
 

Uses of AggregationNode in com.google.visualization.datasource.query.engine
 

Methods in com.google.visualization.datasource.query.engine that return AggregationNode
 AggregationNode AggregationNode.getChild(Value v)
          Returns the child of this node defined by a specific value.
 AggregationNode AggregationTree.getNode(AggregationPath path)
          Returns the aggregation node at the end of a path.
protected  AggregationNode AggregationNode.getParent()
          Returns the parent of this node in the aggregation tree.
 

Methods in com.google.visualization.datasource.query.engine that return types with arguments of type AggregationNode
 java.util.Map<Value,AggregationNode> AggregationNode.getChildren()
          Returns a copy of the map of children of this node.
 



Copyright © 2009 Google. All Rights Reserved.