Uses of Interface
org.biopax.paxtools.model.level3.BioSource
Packages that use BioSource
Package
Description
This package contains various methods and algorithms for traversing and manipulating the model.
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of BioSource in org.biopax.paxtools.controller
Methods in org.biopax.paxtools.controller that return types with arguments of type BioSourceModifier and TypeMethodDescriptionModelUtils.getOrganisms(BioPAXElement biopaxElement) Collects BioSource objects from this or related elements (where it makes sense; though the biopax element might have no or empty 'organism' property at all. -
Uses of BioSource in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement BioSourceMethods in org.biopax.paxtools.impl.level3 that return BioSourceModifier and TypeMethodDescriptionGeneImpl.getOrganism()PathwayImpl.getOrganism()SequenceEntityReferenceImpl.getOrganism()Methods in org.biopax.paxtools.impl.level3 that return types with arguments of type BioSourceMethods in org.biopax.paxtools.impl.level3 with parameters of type BioSourceModifier and TypeMethodDescriptionvoidGeneImpl.setOrganism(BioSource source) voidPathwayImpl.setOrganism(BioSource organism) voidSequenceEntityReferenceImpl.setOrganism(BioSource organism) -
Uses of BioSource in org.biopax.paxtools.model.level3
Methods in org.biopax.paxtools.model.level3 that return BioSourceModifier and TypeMethodDescriptionGene.getOrganism()An organism, e.g.Pathway.getOrganism()An organism, e.g.SequenceEntityReference.getOrganism()An organism, e.g.Methods in org.biopax.paxtools.model.level3 with parameters of type BioSourceModifier and TypeMethodDescriptionvoidGene.setOrganism(BioSource source) An organism, e.g.voidPathway.setOrganism(BioSource source) An organism, e.g.voidSequenceEntityReference.setOrganism(BioSource source) An organism, e.g.