Uses of Interface
org.biopax.paxtools.model.level3.BindingFeature
Packages that use BindingFeature
Package
Description
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of BindingFeature in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement BindingFeatureMethods in org.biopax.paxtools.impl.level3 that return BindingFeatureMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type BindingFeatureModifier and TypeMethodDescriptionClass<? extends BindingFeature> BindingFeatureImpl.getModelInterface()Methods in org.biopax.paxtools.impl.level3 with parameters of type BindingFeatureModifier and TypeMethodDescriptionvoidBindingFeatureImpl.setBindsTo(BindingFeature bindsTo) This method will set the paired binding feature that binds to this feature. -
Uses of BindingFeature in org.biopax.paxtools.model.level3
Subinterfaces of BindingFeature in org.biopax.paxtools.model.level3Modifier and TypeInterfaceDescriptioninterfaceDefinition: An entity feature that represent the covalently bound state of a physical entity.Methods in org.biopax.paxtools.model.level3 that return BindingFeatureModifier and TypeMethodDescriptionBindingFeature.getBindsTo()A binding feature represents a "half" of the bond between two entities.Methods in org.biopax.paxtools.model.level3 with parameters of type BindingFeatureModifier and TypeMethodDescriptionvoidBindingFeature.setBindsTo(BindingFeature bindsTo) A binding feature represents a "half" of the bond between two entities.