Uses of Class
pid.Name

Packages that use Name
pid   
 

Uses of Name in pid
 

Subclasses of Name in pid
 class AliasName
          Alternative name for a protein
 class ChemicalAbstractName
          Chemical Abstract reference, used for chemical compounds
 class EntrezGeneName
          Entrez Gene reference
 class GeneOntologyName
          Gene Ontology reference
 class PreferredSymbolName
          Set of symbols corresponding to the most used by the community.
 class UniprotName
          Reference to a uniprot accession string
 

Fields in pid with type parameters of type Name
private  java.util.ArrayList<Name> Molecule.names
           
 

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

Method parameters in pid with type arguments of type Name
 void Molecule.setNames(java.util.ArrayList<Name> names)