Uses of Interface
org.biojava.bio.seq.SequenceFactory
-
Packages that use SequenceFactory Package Description org.biojava.bio.seq.impl Standard in-memory implementations ofSequence
andFeature
. -
-
Uses of SequenceFactory in org.biojava.bio.seq.impl
Classes in org.biojava.bio.seq.impl that implement SequenceFactory Modifier and Type Class Description class
SimpleSequenceFactory
A no-frills implementation of SequenceFactory that produces SimpleSequence objects.
-