calhoun.analysis.crf.io
Class IntervalInputSequence.IntervalRangeMapValue

java.lang.Object
  extended by calhoun.analysis.crf.io.IntervalInputSequence.IntervalRangeMapValue
Enclosing class:
IntervalInputSequence

public static class IntervalInputSequence.IntervalRangeMapValue
extends java.lang.Object


Field Summary
 int end
           
 int start
           
 double value
           
 
Constructor Summary
IntervalInputSequence.IntervalRangeMapValue(int start, int end, double value)
           
 
Method Summary
 void insertIntoRangeMap(RangeMap RM)
           
 java.lang.String toStringStrand(java.lang.String strand)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public int start

end

public int end

value

public double value
Constructor Detail

IntervalInputSequence.IntervalRangeMapValue

public IntervalInputSequence.IntervalRangeMapValue(int start,
                                                   int end,
                                                   double value)
Method Detail

insertIntoRangeMap

public void insertIntoRangeMap(RangeMap RM)

toStringStrand

public java.lang.String toStringStrand(java.lang.String strand)