Package org.biopax.paxtools.model.level3
Interface Pathway
- All Superinterfaces:
BioPAXElement,Cloneable,Controller,Entity,Level3Element,Named,Observable,Process,Serializable,XReferrable
- All Known Implementing Classes:
PathwayImpl
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPathwayComponent(Process components) voidaddPathwayOrder(PathwayStep order) An organism, e.g.voidremovePathwayComponent(Process components) voidremovePathwayOrder(PathwayStep order) voidsetOrganism(BioSource source) An organism, e.g.Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level3.Controller
getControllerOfMethods inherited from interface org.biopax.paxtools.model.level3.Entity
addAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceMethods inherited from interface org.biopax.paxtools.model.level3.Level3Element
addComment, getComment, removeCommentMethods inherited from interface org.biopax.paxtools.model.level3.Named
addName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameMethods inherited from interface org.biopax.paxtools.model.level3.Observable
addEvidence, getEvidence, removeEvidenceMethods inherited from interface org.biopax.paxtools.model.level3.Process
getControlledOf, getPathwayComponentOf, getStepProcessOfMethods inherited from interface org.biopax.paxtools.model.level3.XReferrable
addXref, getXref, removeXref
-
Method Details
-
getPathwayComponent
-
addPathwayComponent
-
removePathwayComponent
-
getPathwayOrder
Set<PathwayStep> getPathwayOrder() -
addPathwayOrder
-
removePathwayOrder
-
getOrganism
BioSource getOrganism()An organism, e.g. 'Homo sapiens'. This is the organism that the entity is found in. Pathways may not have an organism associated with them, for instance, reference pathways from KEGG. Sequence-based entities (DNA, protein, RNA) may contain an xref to a sequence database that contains organism information, in which case the information should be consistent with the value for ORGANISM.- Returns:
- the organism for this gene.
-
setOrganism
An organism, e.g. 'Homo sapiens'. This is the organism that the entity is found in. Pathways may not have an organism associated with them, for instance, reference pathways from KEGG. Sequence-based entities (DNA, protein, RNA) may contain an xref to a sequence database that contains organism information, in which case the information should be consistent with the value for ORGANISM.- Parameters:
source- new organism for this gene
-