Uses of Class
pid.Molecule

Packages that use Molecule
pid   
 

Uses of Molecule in pid
 

Subclasses of Molecule in pid
 class Complex
          Type of molecule, composed of sub-unit (Complex Components)
 class Compound
          Type of molecule, chemical compound, usually bio-active.
 class Protein
          Type of molecule, mostly used within PID
 class RNA
          Type of molecule, storing the information about protein structures among other things.
 

Fields in pid with type parameters of type Molecule
private  java.util.ArrayList<Molecule> Model.molecules
           
 

Methods in pid that return Molecule
 Molecule Model.getMolecule(int id)
           
 

Methods in pid that return types with arguments of type Molecule
 java.util.ArrayList<Molecule> Model.getMolecules()
           
 

Method parameters in pid with type arguments of type Molecule
 void Model.setMolecules(java.util.ArrayList<Molecule> molecules)