|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.core.Progress
org.basex.index.IndexBuilder
public abstract class IndexBuilder
This interface defines the functions which are needed for building new index structures.
Method Summary | |
---|---|
abstract Index |
build()
Builds the index structure and returns an index instance. |
double |
prog()
Returns progress information. |
String |
tit()
Returns short information on this process. |
Methods inherited from class org.basex.core.Progress |
---|
abort, checkStop, det, detail, progress, progress, stop, title |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract Index build() throws IOException
IOException
- IO Exceptionpublic final String tit()
Progress
tit
in class Progress
public final double prog()
Progress
prog
in class Progress
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |