Uses of Class
net.sourceforge.webcompmath.data.beans.WCMVariableBean

Packages that use WCMVariableBean
net.sourceforge.webcompmath.functions.beans   
 

Uses of WCMVariableBean in net.sourceforge.webcompmath.functions.beans
 

Methods in net.sourceforge.webcompmath.functions.beans with parameters of type WCMVariableBean
 void WCMExpressionFunctionBean.setVariable(WCMVariableBean v)
          Set the first variable to be used when this class is treated as a function of one or two variables.
 void WCMExpressionFunctionBean.setVariable2(WCMVariableBean v)
          Set the 2nd variable to be used when this class is treated as a function of two variables.