Ontimize 5.2072EN

com.ontimize.report
Class FunctionEngine

java.lang.Object
  extended bycom.ontimize.report.FunctionEngine

public class FunctionEngine
extends java.lang.Object


Constructor Summary
FunctionEngine(javax.swing.table.TableModel tableModel, java.util.Vector groupNames, java.util.Hashtable cols, java.util.Vector booleanColumn, org.w3c.dom.Document d)
           
 
Method Summary
 org.w3c.dom.Element getFunctions()
          Returns a functions Element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionEngine

public FunctionEngine(javax.swing.table.TableModel tableModel,
                      java.util.Vector groupNames,
                      java.util.Hashtable cols,
                      java.util.Vector booleanColumn,
                      org.w3c.dom.Document d)
Method Detail

getFunctions

public org.w3c.dom.Element getFunctions()
Returns a functions Element.

Returns:
the element returned

Ontimize