Uses of Interface
org.biopax.paxtools.model.level3.BindingFeature

Packages that use BindingFeature
org.biopax.paxtools.impl.level3   
org.biopax.paxtools.model.level3   
 

Uses of BindingFeature in org.biopax.paxtools.impl.level3
 

Classes in org.biopax.paxtools.impl.level3 that implement BindingFeature
 class BindingFeatureImpl
           
 class CovalentBindingFeatureImpl
           
 

Methods in org.biopax.paxtools.impl.level3 that return BindingFeature
 BindingFeature BindingFeatureImpl.getBindsTo()
           
 

Methods in org.biopax.paxtools.impl.level3 that return types with arguments of type BindingFeature
 java.lang.Class<? extends BindingFeature> BindingFeatureImpl.getModelInterface()
           
 

Methods in org.biopax.paxtools.impl.level3 with parameters of type BindingFeature
 void BindingFeatureImpl.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.level3
 interface CovalentBindingFeature
          Definition: An entity feature that represent the covalently bound state of a physical entity.
 

Methods in org.biopax.paxtools.model.level3 that return BindingFeature
 BindingFeature BindingFeature.getBindsTo()
          A binding feature represents a "half" of the bond between two entities.
 

Methods in org.biopax.paxtools.model.level3 with parameters of type BindingFeature
 void BindingFeature.setBindsTo(BindingFeature bindsTo)
          A binding feature represents a "half" of the bond between two entities.
 



Copyright © 2011 BioPAX. All Rights Reserved.