All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fr.inria.openmath.omapi.implementation.FloatNodeImpl

java.lang.Object
   |
   +----fr.inria.openmath.omapi.implementation.NodeImpl
           |
           +----fr.inria.openmath.omapi.implementation.FloatNodeImpl

public class FloatNodeImpl
extends NodeImpl
implements FloatNode
Defines accessor/mutators for this kind of node.


Constructor Index

 o FloatNodeImpl(double)
 o FloatNodeImpl(double, int)

Method Index

 o getPreferedBase()
 o getValue()
 o setPreferedBase(int)
 o setValue(double)
 o toString()

Constructors

 o FloatNodeImpl
 public FloatNodeImpl(double value)
 o FloatNodeImpl
 public FloatNodeImpl(double value,
                      int base)

Methods

 o toString
 public String toString()
Overrides:
toString in class NodeImpl
 o setPreferedBase
 public void setPreferedBase(int base)
 o getPreferedBase
 public int getPreferedBase()
 o setValue
 public void setValue(double value)
 o getValue
 public double getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index