org.galagosearch.core.retrieval.structured
Class Extent

java.lang.Object
  extended by org.galagosearch.core.retrieval.structured.Extent

public class Extent
extends java.lang.Object

Author:
trevor

Field Summary
 int begin
           
 int document
           
 int end
           
 double weight
           
 
Constructor Summary
Extent()
           
 
Method Summary
 int compareTo(Extent other)
           
 boolean contains(Extent other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weight

public double weight

document

public int document

begin

public int begin

end

public int end
Constructor Detail

Extent

public Extent()
Method Detail

compareTo

public int compareTo(Extent other)

contains

public boolean contains(Extent other)


Copyright © 2009. All Rights Reserved.