scripps.mol_data
Class TreeNodeSet

java.lang.Object
  |
  +--scripps.mol_data.TreeNodeSet
Direct Known Subclasses:
AtomSet, BondSet, ChainSet, MoleculeSet, ResidueSet

public class TreeNodeSet
extends java.lang.Object


Field Summary
 java.util.Vector data
           
 
Constructor Summary
TreeNodeSet()
           
 
Method Summary
 void addAll(TreeNodeSet set)
           
 java.lang.Object elementAt(int i)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public java.util.Vector data
Constructor Detail

TreeNodeSet

public TreeNodeSet()
Method Detail

size

public int size()

elementAt

public java.lang.Object elementAt(int i)

addAll

public void addAll(TreeNodeSet set)