@Entity public abstract class EntityReferenceImpl extends NamedImpl implements EntityReference
FIELD_AVAILABILITY, FIELD_COMMENT, FIELD_DATASOURCE, FIELD_ECNUMBER, FIELD_KEYWORD, FIELD_NAME, FIELD_ORGANISM, FIELD_PATHWAY, FIELD_SEQUENCE, FIELD_TERM, FIELD_XREFDB, FIELD_XREFID, FILTER_BY_DATASOURCE, FILTER_BY_ORGANISMUNKNOWN_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()
The contents of this set should NOT be modified.
|
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
|
protected void |
setEntityFeature(Set<EntityFeature> entityFeature) |
protected void |
setEntityReferenceOf(Set<SimplePhysicalEntity> entityReferenceOf) |
protected void |
setEntityReferenceType(Set<EntityReferenceTypeVocabulary> entityReferenceType) |
void |
setEvidence(Set<Evidence> evidence) |
protected void |
setMemberEntity(Set<EntityReference> memberEntity) |
void |
setMemberEntityReference(Set<EntityReference> memberEntity) |
protected void |
setMemberEntityReferenceOf(Set<EntityReference> newOwnerEntityReferenceSet) |
addName, getDisplayName, getDisplayNameX, getName, getStandardName, getStandardNameX, removeName, setDisplayName, setDisplayNameX, setName, setStandardName, setStandardNameXaddXref, equivalenceCode, getXref, removeXref, setXrefaddComment, getComment, getDatasources, getKeywords, getOrganisms, getParentPathways, removeComment, setCommentequals, getAnnotations, getPk, getRDFId, hashCode, isEquivalent, semanticallyEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getRDFId, isEquivalentpublic Class<? extends EntityReference> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.public Set<EntityFeature> getEntityFeature()
getEntityFeature 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.protected void setEntityFeature(Set<EntityFeature> entityFeature)
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.protected void setEntityReferenceType(Set<EntityReferenceTypeVocabulary> entityReferenceType)
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 void setMemberEntityReference(Set<EntityReference> memberEntity)
public Set<EntityReference> getMemberEntityReferenceOf()
EntityReferenceEntityReference.getMemberEntityReference()getMemberEntityReferenceOf in interface EntityReferenceprotected void setMemberEntityReferenceOf(Set<EntityReference> newOwnerEntityReferenceSet)
public Set<Evidence> getEvidence()
getEvidence in interface Observablepublic void addEvidence(Evidence evidence)
addEvidence in interface Observablepublic void removeEvidence(Evidence evidence)
removeEvidence in interface Observableprotected void setEntityReferenceOf(Set<SimplePhysicalEntity> entityReferenceOf)
protected void setMemberEntity(Set<EntityReference> memberEntity)
Copyright © 2015 BioPAX. All rights reserved.