All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface fr.inria.openmath.omapi.BigIntegerNode

public interface BigIntegerNode
Defines accessor/mutators for this kind of Node.


Method Index

 o getValue()
 o setValue(BigInteger)

Methods

 o setValue
 public abstract void setValue(BigInteger value)
 o getValue
 public abstract BigInteger getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index