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.modify.submission   
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)
           
 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)
           
 

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)
           
 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)
           
 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)
           
 

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

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

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

Classes in com.hp.hpl.jena.sparql.modify.submission that implement TripleCollector
 class TemplateGraph
           
 

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
          A SPARQL BasicGraphPattern
 class TemplateGroup
          A number of templates, grouped together.
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.