@Entity @Indexed public class BindingFeatureImpl extends EntityFeatureImpl implements BindingFeature
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 |
|---|
BindingFeatureImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
equivalenceCode()
If two elements are equivalent, then their equivalence code should be the
same.
|
BindingFeature |
getBindsTo()
A binding feature represents a "half" of the bond between two entities.
|
Boolean |
getIntraMolecular()
IntraMolecular flag is true iff this binding feature represents a bond within the same molecule, for example a
disulfide bond within the same molecule.
|
Class<? extends BindingFeature> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
protected boolean |
semanticallyEquivalent(BioPAXElement element) |
void |
setBindsTo(BindingFeature bindsTo)
This method will set the paired binding feature that binds to this feature.
|
void |
setIntraMolecular(Boolean intramolecular)
IntraMolecular flag is true iff this binding feature represents a bond within the same molecule, for example a
disulfide bond within the same molecule.
|
addEvidence, addMemberFeature, atEquivalentLocation, getEntityFeatureOf, getEvidence, getFeatureLocation, getFeatureLocationType, getFeatureOf, getMemberFeature, getMemberFeatureOf, getNotFeatureOf, locationCode, removeEvidence, removeMemberFeature, setEntityFeatureOf, setEvidence, setFeatureLocation, setFeatureLocationType, setFeatureOf, setMemberFeature, setMemberFeatureOf, setNotFeatureOfaddComment, getComment, getDatasources, getKeywords, getOrganisms, getParentPathways, removeComment, setCommentequals, getAnnotations, getPk, getRDFId, hashCode, isEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddMemberFeature, atEquivalentLocation, getEntityFeatureOf, getFeatureLocation, getFeatureLocationType, getFeatureOf, getMemberFeature, getMemberFeatureOf, getNotFeatureOf, removeMemberFeature, setFeatureLocation, setFeatureLocationTypeaddEvidence, getEvidence, removeEvidenceaddComment, getComment, removeCommentgetAnnotations, getRDFId, isEquivalentpublic Class<? extends BindingFeature> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementgetModelInterface in class EntityFeatureImplorg.biopax.paxtools.model package
corresponding to a BioPAX class.public BindingFeature getBindsTo()
BindingFeaturegetBindsTo in interface BindingFeaturepublic void setBindsTo(BindingFeature bindsTo)
setBindsTo in interface BindingFeaturebindsTo - paired binding feature.public Boolean getIntraMolecular()
BindingFeaturegetIntraMolecular in interface BindingFeaturepublic void setIntraMolecular(Boolean intramolecular)
BindingFeaturesetIntraMolecular in interface BindingFeatureintramolecular - whether if this binding feature represents a bond within the same molecule.protected boolean semanticallyEquivalent(BioPAXElement element)
semanticallyEquivalent in class EntityFeatureImplpublic int equivalenceCode()
BioPAXElementequivalenceCode in interface BioPAXElementequivalenceCode in class EntityFeatureImplCopyright © 2015 BioPAX. All rights reserved.