scripps.mol_data
Class MoleculeSet

java.lang.Object
  |
  +--scripps.mol_data.TreeNodeSet
        |
        +--scripps.mol_data.MoleculeSet

public class MoleculeSet
extends TreeNodeSet


Field Summary
 
Fields inherited from class scripps.mol_data.TreeNodeSet
data
 
Constructor Summary
MoleculeSet()
           
 
Method Summary
 void add(Molecule m)
           
 Molecule at(int i)
           
 
Methods inherited from class scripps.mol_data.TreeNodeSet
addAll, elementAt, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoleculeSet

public MoleculeSet()
Method Detail

add

public void add(Molecule m)

at

public Molecule at(int i)