org.biopax.paxtools.model.level2
Interface complex

All Superinterfaces:
BioPAXElement, entity, InteractionParticipant, physicalEntity, XReferrable
All Known Implementing Classes:
complexImpl, complexProxy

public interface complex
extends physicalEntity


Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Method Summary
 void addCOMPONENTS(physicalEntityParticipant COMPONENTS)
           
 java.util.Set<physicalEntityParticipant> getCOMPONENTS()
           
 bioSource getORGANISM()
           
 void removeCOMPONENTS(physicalEntityParticipant COMPONENTS)
           
 void setCOMPONENTS(java.util.Set<physicalEntityParticipant> COMPONENTS)
           
 void setORGANISM(bioSource ORGANISM)
           
 
Methods inherited from interface org.biopax.paxtools.model.level2.physicalEntity
isPHYSICAL_ENTITYof
 
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.BioPAXElement
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 
Methods inherited from interface org.biopax.paxtools.model.level2.XReferrable
addXREF, getXREF, removeXREF, setXREF
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 
Methods inherited from interface org.biopax.paxtools.model.level2.InteractionParticipant
isPARTICIPANTSof
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 

Method Detail

addCOMPONENTS

void addCOMPONENTS(physicalEntityParticipant COMPONENTS)

getCOMPONENTS

java.util.Set<physicalEntityParticipant> getCOMPONENTS()

getORGANISM

bioSource getORGANISM()

removeCOMPONENTS

void removeCOMPONENTS(physicalEntityParticipant COMPONENTS)

setCOMPONENTS

void setCOMPONENTS(java.util.Set<physicalEntityParticipant> COMPONENTS)

setORGANISM

void setORGANISM(bioSource ORGANISM)