Uses of Interface
org.apache.jena.sparql.syntax.TripleCollector
Packages that use TripleCollector
Package
Description
-
Uses of TripleCollector in org.apache.jena.sparql.lang.arq
Methods in org.apache.jena.sparql.lang.arq with parameters of type TripleCollectorModifier and TypeMethodDescriptionfinal voidARQParser.Annotation(TripleCollector acc, Node s, Node p, Path path, Node o) final voidARQParser.AnnotationPath(TripleCollector acc, Node s, Node p, Path path, Node o) final NodeARQParser.BlankNodePropertyList(TripleCollector acc) final NodeARQParser.BlankNodePropertyListPath(TripleCollector acc) final voidARQParser.ConstructTriples(TripleCollector acc) final voidARQParser.Object(Node s, Node p, Path path, TripleCollector acc) final voidARQParser.ObjectList(Node s, Node p, Path path, TripleCollector acc) final voidARQParser.ObjectListPath(Node s, Node p, Path path, TripleCollector acc) final voidARQParser.ObjectPath(Node s, Node p, Path path, TripleCollector acc) final voidARQParser.PropertyList(Node s, TripleCollector acc) final voidARQParser.PropertyListNotEmpty(Node s, TripleCollector acc) final voidARQParser.PropertyListPath(Node s, TripleCollector acc) final voidARQParser.PropertyListPathNotEmpty(Node s, TripleCollector acc) final voidARQParser.TriplesSameSubject(TripleCollector acc) final voidARQParser.TriplesSameSubjectPath(TripleCollector acc) final voidARQParser.TriplesTemplate(TripleCollector acc) -
Uses of TripleCollector in org.apache.jena.sparql.lang.sparql_11
Methods in org.apache.jena.sparql.lang.sparql_11 with parameters of type TripleCollectorModifier and TypeMethodDescriptionfinal NodeSPARQLParser11.BlankNodePropertyList(TripleCollector acc) final NodeSPARQLParser11.BlankNodePropertyListPath(TripleCollector acc) final voidSPARQLParser11.ConstructTriples(TripleCollector acc) final voidSPARQLParser11.Object(Node s, Node p, Path path, TripleCollector acc) final voidSPARQLParser11.ObjectList(Node s, Node p, Path path, TripleCollector acc) final voidSPARQLParser11.ObjectListPath(Node s, Node p, Path path, TripleCollector acc) final voidSPARQLParser11.ObjectPath(Node s, Node p, Path path, TripleCollector acc) final voidSPARQLParser11.PropertyList(Node s, TripleCollector acc) final voidSPARQLParser11.PropertyListNotEmpty(Node s, TripleCollector acc) final voidSPARQLParser11.PropertyListPath(Node s, TripleCollector acc) final voidSPARQLParser11.PropertyListPathNotEmpty(Node s, TripleCollector acc) final voidSPARQLParser11.TriplesSameSubject(TripleCollector acc) final voidSPARQLParser11.TriplesSameSubjectPath(TripleCollector acc) final voidSPARQLParser11.TriplesTemplate(TripleCollector acc) -
Uses of TripleCollector in org.apache.jena.sparql.lang.sparql_12
Methods in org.apache.jena.sparql.lang.sparql_12 with parameters of type TripleCollectorModifier and TypeMethodDescriptionfinal voidSPARQLParser12.Annotation(TripleCollector acc, Node s, Node p, Path path, Node o) final voidSPARQLParser12.AnnotationPath(TripleCollector acc, Node s, Node p, Path path, Node o) final NodeSPARQLParser12.BlankNodePropertyList(TripleCollector acc) final NodeSPARQLParser12.BlankNodePropertyListPath(TripleCollector acc) final voidSPARQLParser12.ConstructTriples(TripleCollector acc) final voidSPARQLParser12.Object(Node s, Node p, Path path, TripleCollector acc) final voidSPARQLParser12.ObjectList(Node s, Node p, Path path, TripleCollector acc) final voidSPARQLParser12.ObjectListPath(Node s, Node p, Path path, TripleCollector acc) final voidSPARQLParser12.ObjectPath(Node s, Node p, Path path, TripleCollector acc) final voidSPARQLParser12.PropertyList(Node s, TripleCollector acc) final voidSPARQLParser12.PropertyListNotEmpty(Node s, TripleCollector acc) final voidSPARQLParser12.PropertyListPath(Node s, TripleCollector acc) final voidSPARQLParser12.PropertyListPathNotEmpty(Node s, TripleCollector acc) final voidSPARQLParser12.TriplesSameSubject(TripleCollector acc) final voidSPARQLParser12.TriplesSameSubjectPath(TripleCollector acc) final voidSPARQLParser12.TriplesTemplate(TripleCollector acc) -
Uses of TripleCollector in org.apache.jena.sparql.modify.request
Classes in org.apache.jena.sparql.modify.request that implement TripleCollectorModifier and TypeClassDescriptionclassAccumulate quads (including allowing variables) during parsing.classAccumulate quads into a Sink (including allowing variables) during parsing.classAccumulate quads (excluding allowing variables) during parsing.classAccumulate quads (excluding allowing variables) during parsing. -
Uses of TripleCollector in org.apache.jena.sparql.syntax
Subinterfaces of TripleCollector in org.apache.jena.sparql.syntaxClasses in org.apache.jena.sparql.syntax that implement TripleCollectorModifier and TypeClassDescriptionclassA SPARQL BasicGraphPattern (SPARQL 1.1)classThe syntax element for a SPARQL BasicGraphPattern (SPARQL 1.0)classA triples-only TripleCollector.