org.jfree.report.data
public class PrecomputeNodeImpl extends Object implements PrecomputeNode
| Constructor Summary | |
|---|---|
| PrecomputeNodeImpl(PrecomputeNodeKey key) | |
| Method Summary | |
|---|---|
| void | add(PrecomputeNodeImpl node) |
| void | addFunction(String name, Object value) |
| PrecomputeNode | getFirstChild() |
| int | getFunctionCount() |
| String | getFunctionName(int idx) |
| Object | getFunctionResult(int idx) |
| PrecomputeNodeKey | getKey() |
| PrecomputeNode | getLastChild() |
| PrecomputeNode | getNext() |
| PrecomputeNode | getParent() |
| void | prune() |
| protected void | setFirstChild(PrecomputeNodeImpl firstChild) |
| protected void | setLastChild(PrecomputeNodeImpl lastChild) |
| protected void | setNext(PrecomputeNodeImpl next) |
| protected void | setParent(PrecomputeNodeImpl parent) |