Uses of Class
org.biojava.bio.seq.impl.ViewSequence

Packages that use ViewSequence
org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects. 
 

Uses of ViewSequence in org.biojava.bio.seq
 

Subclasses of ViewSequence in org.biojava.bio.seq
 class CircularView
           A circular view onto another Sequence object.
 

Methods in org.biojava.bio.seq that return ViewSequence
static ViewSequence SequenceTools.view(Sequence seq)
          Create a new sequence that has all of the data in the original, but allows new features and top-level annotations to be added independantly.
static ViewSequence SequenceTools.view(Sequence seq, FeatureRealizer fr)
          Creates a new Sequence with the data of the old but with a different FeatureRealizer that will be applied to new Features.
static ViewSequence SequenceTools.view(Sequence seq, String name)
          Create a new sequence that has all of the data in the original, but allows new features and top-level annotations to be added independantly.