@Entity @Indexed @Boost(value=1.7000000476837158f) public class PathwayImpl extends ProcessImpl implements Pathway
FIELD_AVAILABILITY, FIELD_COMMENT, FIELD_DATASOURCE, FIELD_ECNUMBER, FIELD_KEYWORD, FIELD_NAME, FIELD_ORGANISM, FIELD_PATHWAY, FIELD_SEQUENCE, FIELD_TERM, FIELD_XREFDB, FIELD_XREFID, FILTER_BY_DATASOURCE, FILTER_BY_ORGANISM| 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) |
protected void |
setControllerOf(Set<Control> controllerOf) |
void |
setOrganism(BioSource organism)
An organism, e.g.
|
protected void |
setPathwayComponent(Set<Process> pathwayComponent) |
protected void |
setPathwayOrder(Set<PathwayStep> pathwayOrder) |
getControlledOf, getPathwayComponentOf, getStepProcessOf, setControlledOf, setPathwayComponentOf, setStepProcessOfaddAvailability, addDataSource, addEvidence, getAvailability, getDataSource, getEvidence, getParticipantOf, removeAvailability, removeDataSource, removeEvidence, semanticallyEquivalent, setAvailability, setDataSource, setEvidence, setParticipantOfaddName, getDisplayName, getDisplayNameX, getName, getStandardName, getStandardNameX, removeName, setDisplayName, setDisplayNameX, setName, setStandardName, setStandardNameXaddXref, equivalenceCode, getXref, removeXref, setXrefaddComment, getComment, getDatasources, getKeywords, getOrganisms, getParentPathways, removeComment, setCommentequals, getAnnotations, getPk, getRDFId, 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 Pathwayprotected void setPathwayOrder(Set<PathwayStep> pathwayOrder)
public 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 © 2015 BioPAX. All rights reserved.