org.biojava.spice.feature
Class HistogramFeature
java.lang.Object
org.biojava.spice.feature.AbstractFeature
org.biojava.spice.feature.HistogramFeature
- All Implemented Interfaces:
- Cloneable, Feature
- public class HistogramFeature
- extends AbstractFeature
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
- Author:
- Andreas Prlic
| Methods inherited from class org.biojava.spice.feature.AbstractFeature |
addSegment, addSegment, equals, getLink, getMethod, getName, getNote, getScore, getSegments, getSource, getType, overlaps, setLink, setMethod, setName, setNote, setScore, setSource, setType, toString |
HistogramFeature
public HistogramFeature()
getMax
public double getMax()
setMax
public void setMax(double max)
getMin
public double getMin()
setMin
public void setMin(double min)
clone
public Object clone()
- Specified by:
clone in interface Feature- Specified by:
clone in class AbstractFeature