java.lang.Object
org.apache.jena.query.text.TextDocProducerTriples
- All Implemented Interfaces:
TextDatasetChanges,TextDocProducer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchange(TextQuadAction qaction, org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.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 Details
-
TextDocProducerTriples
-
-
Method Details
-
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, org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) Description copied from interface:TextDatasetChangesA change has occurred- Specified by:
changein interfaceTextDatasetChanges- See Also:
-