Package org.biojava.spice.feature

Everything related to Features.

See:
          Description

Interface Summary
Feature  
Segment a class to keep track of location information for a feature
 

Class Summary
AbstractFeature An Abstract class representing a Feature as being diplayed in the SeqFeaturePanel A feature corresponds to everything that is visible in a "line" and can contain one or multiple Segments.
AbstractSegment  
FeatureComparator a comparator to sort Features byt type
FeatureImpl a class to store FeatureData and to visualize them coordinate system of features is always UniProt ! PDBresnum features served by DAS need to be converted into UniProt coord sys first.
FeatureMapComparator a comparator to sort Features if they are still in a Map ( sorts by type )
HistogramFeature a class that represents Histogram Style features in addition to normal features they know about Max and Minimum scores for the whole line Histogram feautes have only one (Histogram) Segment, which contains the scores for each position
HistogramSegment a Histogram segment is an extension of the standard Segment with a score
SegmentComparator  
SegmentImpl  
 

Package org.biojava.spice.feature Description

Everything related to Features.