public interface Control extends Interaction
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Modifier and Type | Method and Description |
|---|---|
void |
addControlled(Process controlled)
The entity that is controlled, e.g., in a biochemical reaction, the reaction is controlled by an enzyme.
|
void |
addController(Controller controller)
The controlling entity, e.g., in a biochemical reaction, an enzyme is the controlling entity of the reaction.
|
Set<Process> |
getControlled()
The entity that is controlled, e.g., in a biochemical reaction, the reaction is controlled by an enzyme.
|
Set<Controller> |
getController()
The controlling entity, e.g., in a biochemical reaction, an enzyme is the controlling entity of the reaction.
|
ControlType |
getControlType()
Defines the nature of the control relationship between the CONTROLLER and the CONTROLLED entities.
|
void |
removeControlled(Process controlled)
The entity that is controlled, e.g., in a biochemical reaction, the reaction is controlled by an enzyme.
|
void |
removeController(Controller controller)
The controlling entity, e.g., in a biochemical reaction, an enzyme is the controlling entity of the reaction.
|
void |
setControlType(ControlType controlType)
Sets the controlType BioPAX property value, which
fefines the nature of the control relationship between the CONTROLLER and the CONTROLLED entities.
|
addInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipantgetControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceaddEvidence, getEvidence, removeEvidenceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentSet<Process> getControlled()
void addControlled(Process controlled)
controlled - The entity that is controlledvoid removeControlled(Process controlled)
controlled - The entity that is controlledSet<Controller> getController()
void addController(Controller controller)
controller - The controlling entityvoid removeController(Controller controller)
controller - The controlling entityControlType getControlType()
void setControlType(ControlType controlType)
controlType - new control type valueCopyright © 2017 BioPAX. All rights reserved.