public abstract class SimplePhysicalEntityImpl extends PhysicalEntityImpl implements SimplePhysicalEntity
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
SimplePhysicalEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
equivalenceCode()
If two elements are equivalent, then their equivalence code should be the
same.
|
EntityReference |
getEntityReference()
Reference entity for this physical entity.
|
Set<EntityReference> |
getGenericEntityReferences()
This method returns:
The entity reference of this PhysicalEntity plus
If this PhysicalEntity has member PhysicalEntities their generic EntityReferences iteratively plus
If the EntityReference of this PhysicalEntity has member EntityReferences their members iteratively
|
protected boolean |
semanticallyEquivalent(BioPAXElement element) |
void |
setEntityReference(EntityReference entityReference)
Reference entity for this physical entity.
|
addFeature, addMemberPhysicalEntity, addNotFeature, getCellularLocation, getComponentOf, getControllerOf, getFeature, getMemberPhysicalEntity, getMemberPhysicalEntityOf, getModelInterface, getNotFeature, hasEquivalentCellularLocation, hasEquivalentFeatures, locationAndFeatureCode, removeFeature, removeMemberPhysicalEntity, removeNotFeature, setCellularLocationaddAvailability, 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, waitaddFeature, addMemberPhysicalEntity, addNotFeature, getCellularLocation, getComponentOf, getFeature, getMemberPhysicalEntity, getMemberPhysicalEntityOf, getModelInterface, getNotFeature, hasEquivalentCellularLocation, hasEquivalentFeatures, removeFeature, removeMemberPhysicalEntity, removeNotFeature, setCellularLocationgetControllerOfaddAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceaddEvidence, getEvidence, removeEvidenceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentgetAnnotations, getUri, isEquivalentpublic Set<EntityReference> getGenericEntityReferences()
SimplePhysicalEntitygetGenericEntityReferences in interface SimplePhysicalEntitypublic EntityReference getEntityReference()
SimplePhysicalEntitygetEntityReference in interface SimplePhysicalEntitypublic void setEntityReference(EntityReference entityReference)
SimplePhysicalEntitysetEntityReference in interface SimplePhysicalEntityentityReference - a BioPAX EntityReference object (usually a more specific subclass of)public int equivalenceCode()
BioPAXElementequivalenceCode in interface BioPAXElementequivalenceCode in class PhysicalEntityImplprotected boolean semanticallyEquivalent(BioPAXElement element)
semanticallyEquivalent in class PhysicalEntityImplCopyright © 2017 BioPAX. All rights reserved.