starfish.chemistry.search
Class MNode

java.lang.Object
  extended by starfish.chemistry.search.MNode
All Implemented Interfaces:
java.lang.Comparable

public class MNode
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
MNode()
           
MNode(int id)
           
 
Method Summary
 void addNode(MNode iNode)
           
 int compareTo(java.lang.Object y)
           
 int getID()
           
 int getValue()
           
 void setValue(int i)
           
 void sortNodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MNode

public MNode()

MNode

public MNode(int id)
Method Detail

addNode

public void addNode(MNode iNode)

setValue

public void setValue(int i)

getID

public int getID()

getValue

public int getValue()

compareTo

public int compareTo(java.lang.Object y)
Specified by:
compareTo in interface java.lang.Comparable

sortNodes

public void sortNodes()


Copyright © 2010 One Moon Scientific, Inc. All Rights Reserved.