Uses of Class
eu.larkc.core.query.TriplePattern

Packages that use TriplePattern
eu.larkc.core.query LarKC Data Layer API 
 

Uses of TriplePattern in eu.larkc.core.query
 

Methods in eu.larkc.core.query that return types with arguments of type TriplePattern
 java.util.Collection<TriplePattern> TriplePatternQuery.getTriplePatterns()
           
 java.util.Collection<TriplePattern> TriplePatternQueryImpl.getTriplePatterns()
           
 

Methods in eu.larkc.core.query with parameters of type TriplePattern
 void TriplePatternQuery.add(TriplePattern theTriplePattern)
           
 void TriplePatternQueryImpl.add(TriplePattern theTriplePattern)
           
 void TriplePatternQuery.remove(TriplePattern theTriplePattern)
           
 void TriplePatternQueryImpl.remove(TriplePattern theTriplePattern)
           
 

Constructor parameters in eu.larkc.core.query with type arguments of type TriplePattern
TriplePatternQueryImpl(java.util.Collection<TriplePattern> thePatterns)
          Creates a new triple pattern query using the given patterns.