@Entity @Indexed public class EntityFeatureImpl extends L3ElementImpl implements EntityFeature
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 |
|---|
EntityFeatureImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEvidence(Evidence evidence) |
void |
addMemberFeature(EntityFeature feature)
An entity feature that belongs to this homology grouping.
|
boolean |
atEquivalentLocation(EntityFeature that) |
int |
equivalenceCode()
If two elements are equivalent, then their equivalence code should be the
same.
|
EntityReference |
getEntityFeatureOf()
Inverse of
EntityReference.getEntityFeature() |
Set<Evidence> |
getEvidence() |
SequenceLocation |
getFeatureLocation()
Location of the feature on the sequence of the interactor.
|
SequenceRegionVocabulary |
getFeatureLocationType()
A controlled vocabulary term describing the type of the sequence location such as C-Terminal or SH2 Domain.
|
Set<PhysicalEntity> |
getFeatureOf()
Inverse of
PhysicalEntity.getFeature()
Contents of this set is generated automatically and should not be modified. |
Set<EntityFeature> |
getMemberFeature()
An entity feature that belongs to this homology grouping.
|
Set<EntityFeature> |
getMemberFeatureOf()
Reverse of
EntityFeature.getMemberFeature() |
Class<? extends EntityFeature> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
Set<PhysicalEntity> |
getNotFeatureOf()
Inverse of
PhysicalEntity.getNotFeature()
Contents of this set is generated automatically and should not be modified. |
protected int |
locationCode() |
void |
removeEvidence(Evidence evidence) |
void |
removeMemberFeature(EntityFeature feature)
An entity feature that belongs to this homology grouping.
|
protected boolean |
semanticallyEquivalent(BioPAXElement element) |
void |
setEntityFeatureOf(EntityReference entityReference) |
protected void |
setEvidence(Set<Evidence> evidence) |
void |
setFeatureLocation(SequenceLocation featureLocation)
Location of the feature on the sequence of the interactor.
|
void |
setFeatureLocationType(SequenceRegionVocabulary regionVocabulary)
A controlled vocabulary term describing the type of the sequence location such as C-Terminal or SH2 Domain.
|
protected void |
setFeatureOf(Set<PhysicalEntity> featureOf) |
protected void |
setMemberFeature(Set<EntityFeature> memberFeature) |
protected void |
setMemberFeatureOf(Set<EntityFeature> memberFeatureOf) |
protected void |
setNotFeatureOf(Set<PhysicalEntity> notFeatureOf) |
addComment, getComment, getDatasources, getKeywords, getOrganisms, getParentPathways, removeComment, setCommentequals, getAnnotations, getPk, getRDFId, hashCode, isEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddComment, getComment, removeCommentgetAnnotations, getRDFId, isEquivalentpublic Class<? extends EntityFeature> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.public EntityReference getEntityFeatureOf()
EntityFeatureEntityReference.getEntityFeature()getEntityFeatureOf in interface EntityFeaturepublic void setEntityFeatureOf(EntityReference entityReference)
public Set<PhysicalEntity> getFeatureOf()
EntityFeaturePhysicalEntity.getFeature()
Contents of this set is generated automatically and should not be modified.getFeatureOf in interface EntityFeaturepublic Set<PhysicalEntity> getNotFeatureOf()
EntityFeaturePhysicalEntity.getNotFeature()
Contents of this set is generated automatically and should not be modified.getNotFeatureOf in interface EntityFeaturepublic Set<Evidence> getEvidence()
getEvidence in interface Observablepublic void addEvidence(Evidence evidence)
addEvidence in interface Observablepublic void removeEvidence(Evidence evidence)
removeEvidence in interface Observablepublic SequenceLocation getFeatureLocation()
EntityFeaturegetFeatureLocation in interface EntityFeaturepublic void setFeatureLocation(SequenceLocation featureLocation)
EntityFeaturesetFeatureLocation in interface EntityFeaturefeatureLocation - of the featurepublic SequenceRegionVocabulary getFeatureLocationType()
EntityFeaturegetFeatureLocationType in interface EntityFeaturepublic void setFeatureLocationType(SequenceRegionVocabulary regionVocabulary)
EntityFeaturesetFeatureLocationType in interface EntityFeatureregionVocabulary - A CV term describing the location of the featurepublic Set<EntityFeature> getMemberFeature()
EntityFeaturegetMemberFeature in interface EntityFeatureprotected void setMemberFeature(Set<EntityFeature> memberFeature)
public void addMemberFeature(EntityFeature feature)
EntityFeatureaddMemberFeature in interface EntityFeaturefeature - An entity feature that belongs to this homology grouping.public void removeMemberFeature(EntityFeature feature)
EntityFeatureremoveMemberFeature in interface EntityFeaturefeature - An entity feature that belongs to this homology grouping.public Set<EntityFeature> getMemberFeatureOf()
EntityFeatureEntityFeature.getMemberFeature()getMemberFeatureOf in interface EntityFeatureprotected void setMemberFeatureOf(Set<EntityFeature> memberFeatureOf)
public boolean atEquivalentLocation(EntityFeature that)
atEquivalentLocation in interface EntityFeaturethat - EntityFeature to be comparedprotected int locationCode()
protected boolean semanticallyEquivalent(BioPAXElement element)
semanticallyEquivalent in class BioPAXElementImplpublic int equivalenceCode()
BioPAXElementequivalenceCode in interface BioPAXElementequivalenceCode in class BioPAXElementImplprotected void setFeatureOf(Set<PhysicalEntity> featureOf)
protected void setNotFeatureOf(Set<PhysicalEntity> notFeatureOf)
Copyright © 2015 BioPAX. All rights reserved.