Package org.apache.jena.query.text
Class TextDocProducerTriples
- java.lang.Object
-
- org.apache.jena.query.text.TextDocProducerTriples
-
- All Implemented Interfaces:
TextDatasetChanges,TextDocProducer
public class TextDocProducerTriples extends java.lang.Object implements TextDocProducer
-
-
Constructor Summary
Constructors Constructor Description TextDocProducerTriples(TextIndex indexer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchange(TextQuadAction qaction, Node g, Node s, Node p, Node o)A change has occurredvoidfinish()Indicator that a sequence of changes has now finishedvoidreset()Release any resourcesvoidstart()Indicator that a sequence of changes is about to start
-
-
-
Constructor Detail
-
TextDocProducerTriples
public TextDocProducerTriples(TextIndex indexer)
-
-
Method Detail
-
start
public void start()
Description copied from interface:TextDatasetChangesIndicator that a sequence of changes is about to start- Specified by:
startin interfaceTextDatasetChanges
-
finish
public void finish()
Description copied from interface:TextDatasetChangesIndicator that a sequence of changes has now finished- Specified by:
finishin interfaceTextDatasetChanges
-
reset
public void reset()
Description copied from interface:TextDatasetChangesRelease any resources- Specified by:
resetin interfaceTextDatasetChanges
-
change
public void change(TextQuadAction qaction, Node g, Node s, Node p, Node o)
Description copied from interface:TextDatasetChangesA change has occurred- Specified by:
changein interfaceTextDatasetChanges- See Also:
TextQuadAction
-
-