|
|||||||||
| Home >> All >> com >> k_int >> [ IR overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.k_int.IR
Interface Scanable

- public interface Scanable
Scanable. The object implementing this interface is capable of providing a service that allows browsing of terms in indexes.
- Version:
- $Id: Scanable.java,v 1.9 2003/06/17 18:15:34 rob_tice Exp $ $Log: Scanable.java,v $ Revision 1.9 2003/06/17 18:15:34 rob_tice doScan chaged to allow the possibility of an exception - rob
| Method Summary | |
ScanInformation |
doScan(ScanRequestInfo req)
doScan MUST return a vector of TermInformation |
boolean |
isScanSupported()
|
| Method Detail |
isScanSupported
public boolean isScanSupported()
doScan
public ScanInformation doScan(ScanRequestInfo req) throws ScanException
- doScan MUST return a vector of TermInformation
|
|||||||||
| Home >> All >> com >> k_int >> [ IR overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC