Uses of Interface
org.biopax.paxtools.model.level3.BioSource

Packages that use BioSource
org.biopax.paxtools.impl.level3   
org.biopax.paxtools.model.level3   
 

Uses of BioSource in org.biopax.paxtools.impl.level3
 

Classes in org.biopax.paxtools.impl.level3 that implement BioSource
 class BioSourceImpl
           
 

Methods in org.biopax.paxtools.impl.level3 that return BioSource
 BioSource SequenceEntityReferenceImpl.getOrganism()
           
 BioSource PathwayImpl.getOrganism()
           
 BioSource GeneImpl.getOrganism()
           
 

Methods in org.biopax.paxtools.impl.level3 that return types with arguments of type BioSource
 java.lang.Class<? extends BioSource> BioSourceImpl.getModelInterface()
           
 

Methods in org.biopax.paxtools.impl.level3 with parameters of type BioSource
 void SequenceEntityReferenceImpl.setOrganism(BioSource organism)
           
 void PathwayImpl.setOrganism(BioSource organism)
           
 void GeneImpl.setOrganism(BioSource source)
           
 

Uses of BioSource in org.biopax.paxtools.model.level3
 

Methods in org.biopax.paxtools.model.level3 that return BioSource
 BioSource SequenceEntityReference.getOrganism()
          An organism, e.g.
 BioSource Pathway.getOrganism()
          An organism, e.g.
 BioSource Gene.getOrganism()
          An organism, e.g.
 

Methods in org.biopax.paxtools.model.level3 with parameters of type BioSource
 void SequenceEntityReference.setOrganism(BioSource source)
          An organism, e.g.
 void Pathway.setOrganism(BioSource source)
          An organism, e.g.
 void Gene.setOrganism(BioSource source)
          An organism, e.g.
 



Copyright © 2011 BioPAX. All Rights Reserved.