public class BindingFeatureImpl extends EntityFeatureImpl implements BindingFeature
UNKNOWN_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, setFeatureLocation, setFeatureLocationTypeaddComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, 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, getUri, 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 © 2016 BioPAX. All rights reserved.