Package org.biopax.paxtools.impl.level3
Class CovalentBindingFeatureImpl
java.lang.Object
org.biopax.paxtools.impl.BioPAXElementImpl
org.biopax.paxtools.impl.level3.L3ElementImpl
org.biopax.paxtools.impl.level3.EntityFeatureImpl
org.biopax.paxtools.impl.level3.BindingFeatureImpl
org.biopax.paxtools.impl.level3.CovalentBindingFeatureImpl
- All Implemented Interfaces:
Serializable,Cloneable,BioPAXElement,BindingFeature,CovalentBindingFeature,EntityFeature,Level3Element,ModificationFeature,Observable,UtilityClass
public class CovalentBindingFeatureImpl
extends BindingFeatureImpl
implements CovalentBindingFeature
- See Also:
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintIf two elements are equivalent, then their equivalence code should be the same.Class<? extends CovalentBindingFeature>This method returns the actual model interface that a class implements.protected booleansemanticallyEquivalent(BioPAXElement element) voidsetModificationType(SequenceModificationVocabulary modificationType) Methods inherited from class org.biopax.paxtools.impl.level3.BindingFeatureImpl
getBindsTo, getIntraMolecular, setBindsTo, setIntraMolecularMethods inherited from class org.biopax.paxtools.impl.level3.EntityFeatureImpl
addEvidence, addMemberFeature, atEquivalentLocation, getEntityFeatureOf, getEvidence, getFeatureLocation, getFeatureLocationType, getFeatureOf, getMemberFeature, getMemberFeatureOf, getNotFeatureOf, locationCode, removeEvidence, removeMemberFeature, setEntityFeatureOf, setFeatureLocation, setFeatureLocationTypeMethods inherited from class org.biopax.paxtools.impl.level3.L3ElementImpl
addComment, getComment, removeComment, setCommentMethods inherited from class org.biopax.paxtools.impl.BioPAXElementImpl
equals, getAnnotations, getUri, hashCode, isEquivalent, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.biopax.paxtools.model.level3.BindingFeature
getBindsTo, getIntraMolecular, setBindsTo, setIntraMolecularMethods inherited from interface org.biopax.paxtools.model.BioPAXElement
getAnnotations, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level3.EntityFeature
addMemberFeature, atEquivalentLocation, getEntityFeatureOf, getFeatureLocation, getFeatureLocationType, getFeatureOf, getMemberFeature, getMemberFeatureOf, getNotFeatureOf, removeMemberFeature, setFeatureLocation, setFeatureLocationTypeMethods inherited from interface org.biopax.paxtools.model.level3.Level3Element
addComment, getComment, removeCommentMethods inherited from interface org.biopax.paxtools.model.level3.Observable
addEvidence, getEvidence, removeEvidence
-
Constructor Details
-
CovalentBindingFeatureImpl
public CovalentBindingFeatureImpl()
-
-
Method Details
-
getModelInterface
Description copied from interface:BioPAXElementThis method returns the actual model interface that a class implements.- Specified by:
getModelInterfacein interfaceBioPAXElement- Overrides:
getModelInterfacein classBindingFeatureImpl- Returns:
- an interface from
org.biopax.paxtools.modelpackage corresponding to a BioPAX class.
-
getModificationType
- Specified by:
getModificationTypein interfaceModificationFeature- Returns:
- Description and classification of the feature.
-
setModificationType
- Specified by:
setModificationTypein interfaceModificationFeature- Parameters:
modificationType- Description and classification of the feature.
-
semanticallyEquivalent
- Overrides:
semanticallyEquivalentin classBindingFeatureImpl
-
equivalenceCode
public int equivalenceCode()Description copied from interface:BioPAXElementIf two elements are equivalent, then their equivalence code should be the same.- Specified by:
equivalenceCodein interfaceBioPAXElement- Overrides:
equivalenceCodein classBindingFeatureImpl- Returns:
- an integer that is same across all equivalent entities.
-