Uses of Interface
org.apache.clerezza.rdf.core.sparql.query.TriplePattern

Packages that use TriplePattern
org.apache.clerezza.rdf.core.sparql.query   
org.apache.clerezza.rdf.core.sparql.query.impl   
 

Uses of TriplePattern in org.apache.clerezza.rdf.core.sparql.query
 

Methods in org.apache.clerezza.rdf.core.sparql.query that return types with arguments of type TriplePattern
 Set<TriplePattern> ConstructQuery.getConstructTemplate()
          Gets the template for constructing triples in a CONSTRUCT query.
 Set<TriplePattern> BasicGraphPattern.getTriplePatterns()
           
 

Uses of TriplePattern in org.apache.clerezza.rdf.core.sparql.query.impl
 

Classes in org.apache.clerezza.rdf.core.sparql.query.impl that implement TriplePattern
 class SimpleTriplePattern
           
 

Methods in org.apache.clerezza.rdf.core.sparql.query.impl that return types with arguments of type TriplePattern
 Set<TriplePattern> SimpleConstructQuery.getConstructTemplate()
           
 Set<TriplePattern> SimpleBasicGraphPattern.getTriplePatterns()
           
 

Method parameters in org.apache.clerezza.rdf.core.sparql.query.impl with type arguments of type TriplePattern
 void SimpleBasicGraphPattern.addTriplePatterns(Set<TriplePattern> triplePatterns)
           
 void SimpleGroupGraphPattern.addTriplePatterns(Set<TriplePattern> triplePatterns)
          If the last GraphPattern added to the group is not a SimpleBasicGraphPattern, then creates one containing the specified TriplePatterns and adds it to the group.
 

Constructor parameters in org.apache.clerezza.rdf.core.sparql.query.impl with type arguments of type TriplePattern
SimpleBasicGraphPattern(Set<TriplePattern> triplePatterns)
           
SimpleConstructQuery(Set<TriplePattern> triplePatterns)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.