public abstract class EntityReferenceImpl extends NamedImpl implements EntityReference
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
EntityReferenceImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEntityFeature(EntityFeature entityFeature)
Variable features that are observed for the entities of this entityReference - such as known PTM
or methylation sites and non-covalent bonds.
|
void |
addEntityReferenceType(EntityReferenceTypeVocabulary entityReferenceType)
Adds the given cv to the list of types
|
void |
addEvidence(Evidence evidence) |
void |
addMemberEntityReference(EntityReference memberEntity)
Adds the given entityReference to the member list
|
Set<EntityFeature> |
getEntityFeature()
Variable features that are observed for the entities of this entityReference - such as known PTM
or methylation sites and non-covalent bonds.
|
Set<SimplePhysicalEntity> |
getEntityReferenceOf()
Inverse of
SimplePhysicalEntity.getEntityReference() |
Set<EntityReferenceTypeVocabulary> |
getEntityReferenceType() |
Set<Evidence> |
getEvidence() |
Set<EntityReference> |
getMemberEntityReference() |
Set<EntityReference> |
getMemberEntityReferenceOf()
Reverse of
EntityReference.getMemberEntityReference() |
Class<? extends EntityReference> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
void |
removeEntityFeature(EntityFeature entityFeature)
Variable features that are observed for the entities of this entityReference - such as known PTM
or methylation sites and non-covalent bonds.
|
void |
removeEntityReferenceType(EntityReferenceTypeVocabulary entityReferenceType)
Removes the given cv from the list of types
|
void |
removeEvidence(Evidence evidence) |
void |
removeMemberEntityReference(EntityReference memberEntity)
Removes the given entityReference from the member list
|
addName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, equivalenceCode, getXref, removeXref, setXrefaddComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, hashCode, isEquivalent, semanticallyEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getUri, isEquivalentpublic Class<? extends EntityReference> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.public Set<EntityFeature> getEntityFeature()
EntityReferencegetEntityFeature in interface EntityReferencepublic void addEntityFeature(EntityFeature entityFeature)
EntityReferenceaddEntityFeature in interface EntityReferenceentityFeature - to be added.public void removeEntityFeature(EntityFeature entityFeature)
EntityReferenceremoveEntityFeature in interface EntityReferenceentityFeature - to be removed.public Set<SimplePhysicalEntity> getEntityReferenceOf()
EntityReferenceSimplePhysicalEntity.getEntityReference()getEntityReferenceOf in interface EntityReferenceSimplePhysicalEntity that has this EntityReferencepublic Set<EntityReferenceTypeVocabulary> getEntityReferenceType()
getEntityReferenceType in interface EntityReferencepublic void addEntityReferenceType(EntityReferenceTypeVocabulary entityReferenceType)
EntityReferenceaddEntityReferenceType in interface EntityReferenceentityReferenceType - A controlled vocabulary term that is used to describe the type of grouping such as
homology or functional group.public void removeEntityReferenceType(EntityReferenceTypeVocabulary entityReferenceType)
EntityReferenceremoveEntityReferenceType in interface EntityReferenceentityReferenceType - A controlled vocabulary term that is used to describe the type of grouping such as
homology or functional group.public Set<EntityReference> getMemberEntityReference()
getMemberEntityReference in interface EntityReferencepublic void addMemberEntityReference(EntityReference memberEntity)
EntityReferenceaddMemberEntityReference in interface EntityReferencememberEntity - An entity reference that qualifies for the definition of this group. For
example a member of a PFAM protein family.public void removeMemberEntityReference(EntityReference memberEntity)
EntityReferenceremoveMemberEntityReference in interface EntityReferencememberEntity - An entity reference that qualifies for the definition of this group. For
example a member of a PFAM protein family.public Set<EntityReference> getMemberEntityReferenceOf()
EntityReferenceEntityReference.getMemberEntityReference()getMemberEntityReferenceOf in interface EntityReferencepublic Set<Evidence> getEvidence()
getEvidence in interface Observablepublic void addEvidence(Evidence evidence)
addEvidence in interface Observablepublic void removeEvidence(Evidence evidence)
removeEvidence in interface ObservableCopyright © 2018 BioPAX. All rights reserved.