org.jfree.report.data

Interface PrecomputeNode

public interface PrecomputeNode

Creation-Date: 24.11.2006, 13:51:02

Author: Thomas Morgner

Method Summary
intgetFunctionCount()
StringgetFunctionName(int idx)
ObjectgetFunctionResult(int idx)
PrecomputeNodeKeygetKey()

Method Detail

getFunctionCount

public int getFunctionCount()

getFunctionName

public String getFunctionName(int idx)

getFunctionResult

public Object getFunctionResult(int idx)

getKey

public PrecomputeNodeKey getKey()