Uses of Interface
com.hp.hpl.jena.sparql.syntax.TripleCollector

Packages that use TripleCollector
com.hp.hpl.jena.sparql.lang.arq   
com.hp.hpl.jena.sparql.lang.sparql_10   
com.hp.hpl.jena.sparql.lang.sparql_11   
com.hp.hpl.jena.sparql.modify.request   
com.hp.hpl.jena.sparql.syntax   
 

Uses of TripleCollector in com.hp.hpl.jena.sparql.lang.arq
 

Methods in com.hp.hpl.jena.sparql.lang.arq with parameters of type TripleCollector
 com.hp.hpl.jena.graph.Node ARQParser.BlankNodePropertyList(TripleCollector acc)
           
 com.hp.hpl.jena.graph.Node ARQParser.Collection(TripleCollector acc)
           
 void ARQParser.ConstructTriples(TripleCollector acc)
           
 com.hp.hpl.jena.graph.Node ARQParser.GraphNode(TripleCollector acc)
           
 void ARQParser.Object(com.hp.hpl.jena.graph.Node s, com.hp.hpl.jena.graph.Node p, Path path, TripleCollector acc)
           
 void ARQParser.ObjectList(com.hp.hpl.jena.graph.Node s, com.hp.hpl.jena.graph.Node p, Path path, TripleCollector acc)
           
 void ARQParser.PropertyList(com.hp.hpl.jena.graph.Node s, TripleCollector acc)
           
 void ARQParser.PropertyListNotEmpty(com.hp.hpl.jena.graph.Node s, TripleCollector acc)
           
 void ARQParser.PropertyListNotEmptyPath(com.hp.hpl.jena.graph.Node s, TripleCollector acc)
           
 void ARQParser.PropertyListPath(com.hp.hpl.jena.graph.Node s, TripleCollector acc)
           
 com.hp.hpl.jena.graph.Node ARQParser.TriplesNode(TripleCollector acc)
           
 void ARQParser.TriplesSameSubject(TripleCollector acc)
           
 void ARQParser.TriplesSameSubjectPath(TripleCollector acc)
           
 void ARQParser.TriplesTemplate(TripleCollector acc)
           
 

Uses of TripleCollector in com.hp.hpl.jena.sparql.lang.sparql_10
 

Methods in com.hp.hpl.jena.sparql.lang.sparql_10 with parameters of type TripleCollector
 com.hp.hpl.jena.graph.Node SPARQLParser10.BlankNodePropertyList(TripleCollector acc)
           
 com.hp.hpl.jena.graph.Node SPARQLParser10.Collection(TripleCollector acc)
           
 void SPARQLParser10.ConstructTriples(TripleCollector acc)
           
 com.hp.hpl.jena.graph.Node SPARQLParser10.GraphNode(TripleCollector acc)
           
 void SPARQLParser10.Object(com.hp.hpl.jena.graph.Node s, com.hp.hpl.jena.graph.Node p, Path path, TripleCollector acc)
           
 void SPARQLParser10.ObjectList(com.hp.hpl.jena.graph.Node s, com.hp.hpl.jena.graph.Node p, Path path, TripleCollector acc)
           
 void SPARQLParser10.PropertyList(com.hp.hpl.jena.graph.Node s, TripleCollector acc)
           
 void SPARQLParser10.PropertyListNotEmpty(com.hp.hpl.jena.graph.Node s, TripleCollector acc)
           
 com.hp.hpl.jena.graph.Node SPARQLParser10.TriplesNode(TripleCollector acc)
           
 void SPARQLParser10.TriplesSameSubject(TripleCollector acc)
           
 

Uses of TripleCollector in com.hp.hpl.jena.sparql.lang.sparql_11
 

Methods in com.hp.hpl.jena.sparql.lang.sparql_11 with parameters of type TripleCollector
 com.hp.hpl.jena.graph.Node SPARQLParser11.BlankNodePropertyList(TripleCollector acc)
           
 com.hp.hpl.jena.graph.Node SPARQLParser11.Collection(TripleCollector acc)
           
 void SPARQLParser11.ConstructTriples(TripleCollector acc)
           
 com.hp.hpl.jena.graph.Node SPARQLParser11.GraphNode(TripleCollector acc)
           
 void SPARQLParser11.Object(com.hp.hpl.jena.graph.Node s, com.hp.hpl.jena.graph.Node p, Path path, TripleCollector acc)
           
 void SPARQLParser11.ObjectList(com.hp.hpl.jena.graph.Node s, com.hp.hpl.jena.graph.Node p, Path path, TripleCollector acc)
           
 void SPARQLParser11.PropertyList(com.hp.hpl.jena.graph.Node s, TripleCollector acc)
           
 void SPARQLParser11.PropertyListNotEmpty(com.hp.hpl.jena.graph.Node s, TripleCollector acc)
           
 void SPARQLParser11.PropertyListNotEmptyPath(com.hp.hpl.jena.graph.Node s, TripleCollector acc)
           
 void SPARQLParser11.PropertyListPath(com.hp.hpl.jena.graph.Node s, TripleCollector acc)
           
 com.hp.hpl.jena.graph.Node SPARQLParser11.TriplesNode(TripleCollector acc)
           
 void SPARQLParser11.TriplesSameSubject(TripleCollector acc)
           
 void SPARQLParser11.TriplesSameSubjectPath(TripleCollector acc)
           
 void SPARQLParser11.TriplesTemplate(TripleCollector acc)
           
 

Uses of TripleCollector in com.hp.hpl.jena.sparql.modify.request
 

Classes in com.hp.hpl.jena.sparql.modify.request that implement TripleCollector
 class QuadAcc
          Accumulate quads (including allowing variables) during parsing.
 class QuadDataAcc
          Accumulate quads (excluding allowing variables) during parsing.
 

Uses of TripleCollector in com.hp.hpl.jena.sparql.syntax
 

Classes in com.hp.hpl.jena.sparql.syntax that implement TripleCollector
 class ElementPathBlock
          A SPARQL BasicGraphPattern
 class ElementTriplesBlock
          The syntax eleemnt for a SPARQL BasicGraphPattern
 class TripleCollectorBGP
          A triples-only TripleCollector.
 



Licenced under the Apache License, Version 2.0