Uses of Interface
org.biojava.bio.seq.ComponentFeature

Packages that use ComponentFeature
org.biojava.bio.seq.impl Standard in-memory implementations of Sequence and Feature
org.biojava.bio.seq.io Classes and interfaces for processing and producing flat-file representations of sequences. 
 

Uses of ComponentFeature in org.biojava.bio.seq.impl
 

Methods in org.biojava.bio.seq.impl with parameters of type ComponentFeature
 void AssembledSymbolList.putComponent(ComponentFeature f)
           
 void NewAssembledSymbolList.putComponent(ComponentFeature f)
           
 void NewAssembledSymbolList.removeComponent(ComponentFeature f)
           
 

Uses of ComponentFeature in org.biojava.bio.seq.io
 

Methods in org.biojava.bio.seq.io that return ComponentFeature
 ComponentFeature SimpleAssemblyBuilder.addComponentSequence(ComponentFeature.Template cft)