org.jfree.report.data

Interface PrecomputeNode

Known Implementing Classes:
PrecomputeNodeImpl

public interface PrecomputeNode

Creation-Date: 24.11.2006, 13:51:02
Author:
Thomas Morgner

Method Summary

int
getFunctionCount()
String
getFunctionName(int idx)
Object
getFunctionResult(int idx)
PrecomputeNodeKey
getKey()

Method Details

getFunctionCount

public int getFunctionCount()

getFunctionName

public String getFunctionName(int idx)

getFunctionResult

public Object getFunctionResult(int idx)

getKey

public PrecomputeNodeKey getKey()