|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.webcompmath.data.Constant net.sourceforge.webcompmath.data.beans.WCMConstantBean
public class WCMConstantBean
Field Summary |
---|
Fields inherited from class net.sourceforge.webcompmath.data.Constant |
---|
value |
Constructor Summary | |
---|---|
WCMConstantBean()
Default constructor; make a constant with value 0. |
|
WCMConstantBean(double d)
Convenience constructor to set the value. |
Method Summary | |
---|---|
void |
setValue(double v)
Set the value of the constant. |
Methods inherited from class net.sourceforge.webcompmath.data.Constant |
---|
appendOutputString, apply, compileDerivative, dependsOn, derivative, extent, getName, getVal, getValueWithCases, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WCMConstantBean()
public WCMConstantBean(double d)
d
- the valueMethod Detail |
---|
public void setValue(double v)
v
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |