edu.jhu.htm.core
Class HTMedge.Edge

java.lang.Object
  |
  +--edu.jhu.htm.core.HTMedge.Edge
Enclosing class:
HTMedge

public class HTMedge.Edge
extends java.lang.Object


Field Summary
 int end_
           
 int mid_
           
 int start_
           
 
Constructor Summary
HTMedge.Edge()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start_

public int start_

end_

public int end_

mid_

public int mid_
Constructor Detail

HTMedge.Edge

public HTMedge.Edge()