Tea Java Runtime API
Version 3.2.4

com.pdmfc.ep
Interface SExpression.SData

Enclosing class:
SExpression

public static interface SExpression.SData


Method Summary
 double callFunction(int funcIndex, java.lang.Object[] args)
           
 double getVariable(int varIndex)
           
 

Method Detail

getVariable

double getVariable(int varIndex)
                   throws SExpressionException
Throws:
SExpressionException

callFunction

double callFunction(int funcIndex,
                    java.lang.Object[] args)
                    throws SExpressionException
Throws:
SExpressionException

Tea Java Runtime API
Version 3.2.4

© 2009 PDM&FC, All Rights Reserved.