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. 
org.biojava.bio.seq.ragbag The Ragbag package is a set of classes for setting up a virtual sequence contig without the need for writing Biojava code. 
 

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)
           
 

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)
           
 

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

Methods in org.biojava.bio.seq.ragbag that return ComponentFeature
 ComponentFeature RagbagHashedComponentDirectory.getComponentFeature(java.lang.String ref)
           
 ComponentFeature RagbagComponentDirectory.getComponentFeature(java.lang.String ref)
           
 ComponentFeature RagbagComponentDirectory.EmptyComponentDirectory.getComponentFeature(java.lang.String ref)
           
 

Methods in org.biojava.bio.seq.ragbag with parameters of type ComponentFeature
 void RagbagHashedComponentDirectory.addComponentFeature(java.lang.String ref, ComponentFeature cf)
          Add specified component feature to the directory
 void RagbagComponentDirectory.addComponentFeature(java.lang.String ref, ComponentFeature cf)
          Add specified component feature to the directory
 void RagbagComponentDirectory.EmptyComponentDirectory.addComponentFeature(java.lang.String ref, ComponentFeature cf)