Package org.apache.jena.query.text
Interface Indexer
-
public interface Indexer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinish()voidhandle(Entity entity)voidstart()
-
-
-
Method Detail
-
start
void start()
-
handle
void handle(Entity entity)
-
finish
void finish()
-
-