org.biojava.spice.feature
Class HistogramFeature

java.lang.Object
  extended byorg.biojava.spice.feature.AbstractFeature
      extended byorg.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

Constructor Summary
HistogramFeature()
           
 
Method Summary
 Object clone()
           
 double getMax()
           
 double getMin()
           
 void setMax(double max)
           
 void setMin(double min)
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HistogramFeature

public HistogramFeature()
Method Detail

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