Uses of Class
org.apache.jena.query.text.changes.TextQuadAction
-
Packages that use TextQuadAction Package Description org.apache.jena.query.text org.apache.jena.query.text.changes -
-
Uses of TextQuadAction in org.apache.jena.query.text
Methods in org.apache.jena.query.text with parameters of type TextQuadAction Modifier and Type Method Description voidTextDocProducerTriples. change(TextQuadAction qaction, Node g, Node s, Node p, Node o) -
Uses of TextQuadAction in org.apache.jena.query.text.changes
Methods in org.apache.jena.query.text.changes that return TextQuadAction Modifier and Type Method Description static TextQuadActionTextQuadAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextQuadAction[]TextQuadAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.query.text.changes with parameters of type TextQuadAction Modifier and Type Method Description voidChangesBatched. change(TextQuadAction qaction, Node g, Node s, Node p, Node o)voidTextDatasetChanges. change(TextQuadAction qaction, Node g, Node s, Node p, Node o)A change has occurred
-