All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fr.inria.openmath.omapi.implementation.IntNodeImpl

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

public class IntNodeImpl
extends NodeImpl
implements IntNode
Defines accessor/mutators for this kind of node.


Constructor Index

 o IntNodeImpl(int)

Method Index

 o getValue()
 o setValue(int)
 o toString()

Constructors

 o IntNodeImpl
 public IntNodeImpl(int value)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index