Uses of Class
org.biojava.bio.seq.AbstractFeatureHolder
-
Packages that use AbstractFeatureHolder Package Description org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.projection Code for projecting Feature objects and systematically altering their properties. -
-
Uses of AbstractFeatureHolder in org.biojava.bio.seq
Subclasses of AbstractFeatureHolder in org.biojava.bio.seq Modifier and Type Class Description class
MergeFeatureHolder
FeatureHolder which exposes all the features in a set of sub-FeatureHolders.class
SimpleFeatureHolder
A no-frills implementation of FeatureHolder. -
Uses of AbstractFeatureHolder in org.biojava.bio.seq.projection
Subclasses of AbstractFeatureHolder in org.biojava.bio.seq.projection Modifier and Type Class Description class
ProjectedFeatureHolder
Helper class for projecting Feature objects into an alternative coordinate system.
-