JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.chemistry
Class Molecules

java.lang.Object
  extended bygov.nasa.javaGenes.chemistry.Molecules

public class Molecules
extends java.lang.Object


Field Summary
protected  ExtendedVector molecules
           
 
Constructor Summary
Molecules()
           
 
Method Summary
 void add(Molecule molecule)
          molecules will be keep in the order added.
 Molecule get(int index)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

molecules

protected ExtendedVector molecules
Constructor Detail

Molecules

public Molecules()
Method Detail

size

public int size()

add

public void add(Molecule molecule)
molecules will be keep in the order added. FirstClusterLowestEnergyFitnessFunction depends on this.


get

public Molecule get(int index)

JavaGenes, NASA Ames. Written largely by Al Globus