public class PathwayImpl extends ProcessImpl implements Pathway
| Constructor and Description |
|---|
PathwayImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPathwayComponent(Process component) |
void |
addPathwayOrder(PathwayStep pathwayOrder) |
Set<Control> |
getControllerOf()
This method returns the list of
Control interactions that this entity controls. |
Class<? extends Pathway> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
BioSource |
getOrganism()
An organism, e.g.
|
Set<Process> |
getPathwayComponent() |
Set<PathwayStep> |
getPathwayOrder() |
void |
removePathwayComponent(Process component) |
void |
removePathwayOrder(PathwayStep pathwayOrder) |
void |
setOrganism(BioSource organism)
An organism, e.g.
|
getControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, addEvidence, getAvailability, getDataSource, getEvidence, getParticipantOf, removeAvailability, removeDataSource, removeEvidence, semanticallyEquivalent, setDataSourceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, equivalenceCode, getXref, removeXref, setXrefaddComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, hashCode, isEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceaddEvidence, getEvidence, removeEvidenceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefpublic Class<? extends Pathway> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.public Set<Process> getPathwayComponent()
getPathwayComponent in interface Pathwaypublic void addPathwayComponent(Process component)
addPathwayComponent in interface Pathwaypublic void removePathwayComponent(Process component)
removePathwayComponent in interface Pathwaypublic Set<PathwayStep> getPathwayOrder()
getPathwayOrder in interface Pathwaypublic void addPathwayOrder(PathwayStep pathwayOrder)
addPathwayOrder in interface Pathwaypublic void removePathwayOrder(PathwayStep pathwayOrder)
removePathwayOrder in interface Pathwaypublic BioSource getOrganism()
PathwaygetOrganism in interface Pathwaypublic void setOrganism(BioSource organism)
PathwaysetOrganism in interface Pathwayorganism - new organism for this genepublic Set<Control> getControllerOf()
ControllerControl interactions that this entity controls. Reverse method of
Control.getController(). Contents of this set is automatically maintained and should not be modified.getControllerOf in interface ControllerControl interactions that this entity controls.Copyright © 2017 BioPAX. All rights reserved.