public class PhysicalEntityImpl extends EntityImpl implements PhysicalEntity
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
PhysicalEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(EntityFeature feature) |
void |
addMemberPhysicalEntity(PhysicalEntity newMember) |
void |
addNotFeature(EntityFeature feature) |
int |
equivalenceCode()
If two elements are equivalent, then their equivalence code should be the
same.
|
CellularLocationVocabulary |
getCellularLocation()
A cellular location, e.g.
|
Set<Complex> |
getComponentOf() |
Set<Control> |
getControllerOf()
This method returns the list of
Control interactions that this entity controls. |
Set<EntityFeature> |
getFeature() |
Set<PhysicalEntity> |
getMemberPhysicalEntity()
Please avoid using this property in your BioPAX L3 models
unless absolutely sure/required, for there is an alternative way
(using PhysicalEntity/entityReference/memberEntityReference), and
this will probably be deprecated in the future BioPAX releases.
|
Set<PhysicalEntity> |
getMemberPhysicalEntityOf() |
Class<? extends PhysicalEntity> |
getModelInterface()
Overridden to provide better downcasting
|
Set<EntityFeature> |
getNotFeature() |
boolean |
hasEquivalentCellularLocation(PhysicalEntity that) |
boolean |
hasEquivalentFeatures(PhysicalEntity that) |
protected int |
locationAndFeatureCode() |
void |
removeFeature(EntityFeature feature) |
void |
removeMemberPhysicalEntity(PhysicalEntity oldMember) |
void |
removeNotFeature(EntityFeature feature) |
protected boolean |
semanticallyEquivalent(BioPAXElement element) |
void |
setCellularLocation(CellularLocationVocabulary location)
A cellular location, e.g.
|
addAvailability, addDataSource, addEvidence, getAvailability, getDataSource, getEvidence, getParticipantOf, removeAvailability, removeDataSource, removeEvidence, setDataSourceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXref, setXrefaddComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, hashCode, isEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceaddEvidence, getEvidence, removeEvidenceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentgetAnnotations, getUri, isEquivalentpublic Class<? extends PhysicalEntity> getModelInterface()
PhysicalEntitygetModelInterface in interface BioPAXElementgetModelInterface in interface PhysicalEntityorg.biopax.paxtools.model package
corresponding to a BioPAX class.public Set<Complex> getComponentOf()
getComponentOf in interface PhysicalEntitypublic CellularLocationVocabulary getCellularLocation()
PhysicalEntitygetCellularLocation in interface PhysicalEntitypublic void setCellularLocation(CellularLocationVocabulary location)
PhysicalEntitysetCellularLocation in interface PhysicalEntitylocation - for this physical entitypublic Set<EntityFeature> getFeature()
getFeature in interface PhysicalEntitypublic void addFeature(EntityFeature feature)
addFeature in interface PhysicalEntitypublic void removeFeature(EntityFeature feature)
removeFeature in interface PhysicalEntitypublic Set<EntityFeature> getNotFeature()
getNotFeature in interface PhysicalEntitypublic void addNotFeature(EntityFeature feature)
addNotFeature in interface PhysicalEntitypublic void removeNotFeature(EntityFeature feature)
removeNotFeature in interface PhysicalEntitypublic Set<PhysicalEntity> getMemberPhysicalEntity()
PhysicalEntitygetMemberPhysicalEntity in interface PhysicalEntitypublic void addMemberPhysicalEntity(PhysicalEntity newMember)
addMemberPhysicalEntity in interface PhysicalEntitypublic void removeMemberPhysicalEntity(PhysicalEntity oldMember)
removeMemberPhysicalEntity in interface PhysicalEntitypublic Set<PhysicalEntity> getMemberPhysicalEntityOf()
getMemberPhysicalEntityOf in interface PhysicalEntityprotected boolean semanticallyEquivalent(BioPAXElement element)
semanticallyEquivalent in class EntityImplpublic int equivalenceCode()
BioPAXElementequivalenceCode in interface BioPAXElementequivalenceCode in class XReferrableImplpublic boolean hasEquivalentCellularLocation(PhysicalEntity that)
hasEquivalentCellularLocation in interface PhysicalEntitypublic boolean hasEquivalentFeatures(PhysicalEntity that)
hasEquivalentFeatures in interface PhysicalEntityprotected int locationAndFeatureCode()
public Set<Control> getControllerOf()
ControllerControl interactions that this entity controls. Reverse method of
Control.getController(). Contents of this set is automatically maintained and should not be modified.getControllerOf in interface ControllerControl interactions that this entity controls.Copyright © 2016 BioPAX. All rights reserved.