|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.sbml.jep.type.DoubleNumberFactory
public class DoubleNumberFactory
Default class for creating number objects. This class can be replaced by other NumberFactory implementations if other number types are required. This can be done using the
| Constructor Summary | |
|---|---|
DoubleNumberFactory()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
createNumber(double value)
Creates a Double object initialized to the value of the parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleNumberFactory()
| Method Detail |
|---|
public java.lang.Object createNumber(double value)
createNumber in interface NumberFactoryvalue - The initialization value for the returned object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||