Package org.apache.jena.query.text
Class TextDocProducerEntities
- java.lang.Object
-
- org.apache.jena.query.text.changes.ChangesBatched
-
- org.apache.jena.query.text.TextDocProducerEntities
-
- All Implemented Interfaces:
TextDatasetChanges,TextDocProducer
public class TextDocProducerEntities extends ChangesBatched implements TextDocProducer
-
-
Constructor Summary
Constructors Constructor Description TextDocProducerEntities(TextIndex indexer)
-
Method Summary
-
Methods inherited from class org.apache.jena.query.text.changes.ChangesBatched
change, finish, reset, start
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jena.query.text.changes.TextDatasetChanges
change, finish, reset, start
-
-
-
-
Constructor Detail
-
TextDocProducerEntities
public TextDocProducerEntities(TextIndex indexer)
-
-