edu.cmu.minorthird.classify.sequential
Class Segmentation.Segment

java.lang.Object
  extended by edu.cmu.minorthird.classify.sequential.Segmentation.Segment
All Implemented Interfaces:
java.lang.Comparable<Segmentation.Segment>
Enclosing class:
Segmentation

public static class Segmentation.Segment
extends java.lang.Object
implements java.lang.Comparable<Segmentation.Segment>


Field Summary
 int hi
           
 int lo
           
 int y
           
 
Constructor Summary
Segmentation.Segment(int lo, int hi, int y)
           
 
Method Summary
 int compareTo(Segmentation.Segment b)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lo

public final int lo

hi

public final int hi

y

public final int y
Constructor Detail

Segmentation.Segment

public Segmentation.Segment(int lo,
                            int hi,
                            int y)
Method Detail

compareTo

public int compareTo(Segmentation.Segment b)
Specified by:
compareTo in interface java.lang.Comparable<Segmentation.Segment>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object