org.basex.index
Class PathBuilder

java.lang.Object
  extended by org.basex.core.Progress
      extended by org.basex.index.IndexBuilder
          extended by org.basex.index.PathBuilder

public final class PathBuilder
extends IndexBuilder

This interface defines the functions which are needed for building new index structures.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen

Constructor Summary
PathBuilder(Data d)
          Constructor.
 
Method Summary
 void abort()
          Aborts a failed or interrupted progress.
 Index build()
          Builds the index structure and returns an index instance.
 
Methods inherited from class org.basex.index.IndexBuilder
prog, tit
 
Methods inherited from class org.basex.core.Progress
checkStop, det, detail, progress, progress, stop, title
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathBuilder

public PathBuilder(Data d)
Constructor.

Parameters:
d - data reference
Method Detail

build

public Index build()
Description copied from class: IndexBuilder
Builds the index structure and returns an index instance.

Specified by:
build in class IndexBuilder
Returns:
index instance

abort

public void abort()
Description copied from class: Progress
Aborts a failed or interrupted progress.

Overrides:
abort in class Progress