org.biopax.paxtools.model.level2
Interface physicalEntity
- All Superinterfaces:
- BioPAXElement, java.lang.Cloneable, entity, InteractionParticipant, Level2Element, java.io.Serializable, XReferrable
- All Known Subinterfaces:
- complex, dna, protein, rna, sequenceEntity, smallMolecule
public interface physicalEntity
- extends entity
| 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 |
isPHYSICAL_ENTITYof
java.util.Set<physicalEntityParticipant> isPHYSICAL_ENTITYof()
getAllInteractions
java.util.Set<interaction> getAllInteractions()
getAllInteractions
<T extends interaction> java.util.Set<T> getAllInteractions(java.lang.Class<T> ofType)
addPHYSICAL_ENTITYof
void addPHYSICAL_ENTITYof(physicalEntityParticipant pep)
removePHYSICAL_ENTITYof
void removePHYSICAL_ENTITYof(physicalEntityParticipant pep)
Copyright © 2011 BioPAX. All Rights Reserved.