Package org.biopax.paxtools.model.level2
Interface control
- All Superinterfaces:
BioPAXElement,Cloneable,entity,interaction,InteractionParticipant,Level2Element,pathwayComponent,physicalInteraction,process,Serializable,XReferrable
- All Known Subinterfaces:
catalysis,modulation
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCONTROLLED(process CONTROLLED) voidaddCONTROLLER(physicalEntityParticipant CONTROLLER) voidremoveCONTROLLED(process CONTROLLED) voidremoveCONTROLLER(physicalEntityParticipant CONTROLLER) voidsetCONTROL_TYPE(ControlType CONTROL_TYPE) voidsetCONTROLLED(Set<process> CONTROLLED) voidsetCONTROLLER(Set<physicalEntityParticipant> CONTROLLER) Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentMethods 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, setSYNONYMSMethods inherited from interface org.biopax.paxtools.model.level2.interaction
addPARTICIPANTS, getPARTICIPANTS, removePARTICIPANTS, setPARTICIPANTSMethods inherited from interface org.biopax.paxtools.model.level2.InteractionParticipant
isPARTICIPANTSofMethods inherited from interface org.biopax.paxtools.model.level2.Level2Element
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENTMethods inherited from interface org.biopax.paxtools.model.level2.physicalInteraction
addINTERACTION_TYPE, getINTERACTION_TYPE, removeINTERACTION_TYPE, setINTERACTION_TYPEMethods inherited from interface org.biopax.paxtools.model.level2.process
addEVIDENCE, getEVIDENCE, isCONTROLLEDOf, isPATHWAY_COMPONENTSof, isSTEP_INTERACTIONSOf, removeEVIDENCE, setEVIDENCEMethods inherited from interface org.biopax.paxtools.model.level2.XReferrable
addXREF, findCommonPublications, findCommonRelationships, findCommonUnifications, getXREF, removeXREF, setXREF
-
Method Details
-
addCONTROLLED
-
addCONTROLLER
-
getCONTROLLED
-
getCONTROLLER
Set<physicalEntityParticipant> getCONTROLLER() -
getCONTROL_TYPE
ControlType getCONTROL_TYPE() -
removeCONTROLLED
-
removeCONTROLLER
-
setCONTROLLED
-
setCONTROLLER
-
setCONTROL_TYPE
-