org.jfree.report.data
Interface PrecomputeNode

All Known Implementing Classes:
PrecomputeNodeImpl

public interface PrecomputeNode

Creation-Date: 24.11.2006, 13:51:02

Author:
Thomas Morgner

Method Summary
 int getFunctionCount()
           
 java.lang.String getFunctionName(int idx)
           
 java.lang.Object getFunctionResult(int idx)
           
 PrecomputeNodeKey getKey()
           
 

Method Detail

getFunctionCount

public int getFunctionCount()

getFunctionName

public java.lang.String getFunctionName(int idx)

getFunctionResult

public java.lang.Object getFunctionResult(int idx)

getKey

public PrecomputeNodeKey getKey()