Uses of Interface
com.hp.hpl.jena.graph.query.PatternLiteral

Packages that use PatternLiteral
com.hp.hpl.jena.graph.query Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. 
 

Uses of PatternLiteral in com.hp.hpl.jena.graph.query
 

Methods in com.hp.hpl.jena.graph.query that return PatternLiteral
static PatternLiteral Rewrite.getPattern(Expression E)
           
 

Methods in com.hp.hpl.jena.graph.query with parameters of type PatternLiteral
static boolean Rewrite.isContains(PatternLiteral pattern)
           
static boolean Rewrite.isEndsWith(PatternLiteral pattern)
           
static boolean Rewrite.isStartsWith(PatternLiteral pattern)
           
 



Licenced under the Apache License, Version 2.0