lemurproject.indri
Class TagExtent

java.lang.Object
  extended by lemurproject.indri.TagExtent

public class TagExtent
extends java.lang.Object


Field Summary
 int begin
           
 int end
           
 java.lang.String name
           
 
Constructor Summary
TagExtent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

begin

public int begin

end

public int end
Constructor Detail

TagExtent

public TagExtent()