org.biopax.paxtools.model.level2
Interface control

All Superinterfaces:
BioPAXElement, java.lang.Cloneable, entity, interaction, InteractionParticipant, Level2Element, pathwayComponent, physicalInteraction, process, java.io.Serializable, XReferrable
All Known Subinterfaces:
catalysis, modulation

public interface control
extends physicalInteraction


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement
BioPAXElement.Key
 
Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Method Summary
 void addCONTROLLED(process CONTROLLED)
           
 void addCONTROLLER(physicalEntityParticipant CONTROLLER)
           
 ControlType getCONTROL_TYPE()
           
 java.util.Set<process> getCONTROLLED()
           
 java.util.Set<physicalEntityParticipant> getCONTROLLER()
           
 void removeCONTROLLED(process CONTROLLED)
           
 void removeCONTROLLER(physicalEntityParticipant CONTROLLER)
           
 void setCONTROL_TYPE(ControlType CONTROL_TYPE)
           
 void setCONTROLLED(java.util.Set<process> CONTROLLED)
           
 void setCONTROLLER(java.util.Set<physicalEntityParticipant> CONTROLLER)
           
 
Methods inherited from interface org.biopax.paxtools.model.level2.physicalInteraction
addINTERACTION_TYPE, getINTERACTION_TYPE, removeINTERACTION_TYPE, setINTERACTION_TYPE
 
Methods inherited from interface org.biopax.paxtools.model.level2.interaction
addPARTICIPANTS, getPARTICIPANTS, removePARTICIPANTS, setPARTICIPANTS
 
Methods inherited from interface org.biopax.paxtools.model.level2.process
addEVIDENCE, getEVIDENCE, isCONTROLLEDOf, isPATHWAY_COMPONENTSof, isSTEP_INTERACTIONSOf, removeEVIDENCE, setEVIDENCE
 
Methods inherited from interface org.biopax.paxtools.model.level2.entity
addAVAILABILITY, addDATA_SOURCE, addSYNONYMS, getAVAILABILITY, getDATA_SOURCE, getNAME, getSHORT_NAME, getSYNONYMS, removeAVAILABILITY, removeDATA_SOURCE, removeSYNONYMS, setAVAILABILITY, setDATA_SOURCE, setNAME, setSHORT_NAME, setSYNONYMS
 
Methods inherited from interface org.biopax.paxtools.model.level2.XReferrable
addXREF, findCommonPublications, findCommonRelationships, findCommonUnifications, getXREF, removeXREF, setXREF
 
Methods inherited from interface org.biopax.paxtools.model.level2.InteractionParticipant
isPARTICIPANTSof
 
Methods inherited from interface org.biopax.paxtools.model.level2.Level2Element
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENT
 
Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent
 

Method Detail

addCONTROLLED

void addCONTROLLED(process CONTROLLED)

addCONTROLLER

void addCONTROLLER(physicalEntityParticipant CONTROLLER)

getCONTROLLED

java.util.Set<process> getCONTROLLED()

getCONTROLLER

java.util.Set<physicalEntityParticipant> getCONTROLLER()

getCONTROL_TYPE

ControlType getCONTROL_TYPE()

removeCONTROLLED

void removeCONTROLLED(process CONTROLLED)

removeCONTROLLER

void removeCONTROLLER(physicalEntityParticipant CONTROLLER)

setCONTROLLED

void setCONTROLLED(java.util.Set<process> CONTROLLED)

setCONTROLLER

void setCONTROLLER(java.util.Set<physicalEntityParticipant> CONTROLLER)

setCONTROL_TYPE

void setCONTROL_TYPE(ControlType CONTROL_TYPE)


Copyright © 2011 BioPAX. All Rights Reserved.