Uses of Interface
org.biojava.bio.seq.ComponentFeature
-
Packages that use ComponentFeature Package Description org.biojava.bio.seq.impl Standard in-memory implementations ofSequence
andFeature
.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 Modifier and Type Method Description 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 Modifier and Type Method Description ComponentFeature
SimpleAssemblyBuilder. addComponentSequence(ComponentFeature.Template cft)
-