| com.hp.hpl.jena.graph.query.PatternLiteral
PatternLiteral | public interface PatternLiteral (Code) | | PatternLiteral - an interface for pattern literals recognised by Rewrite.
Also contains the definitions for the pattern language names.
author: kers |
getPatternLanguage | String getPatternLanguage()(Code) | | Answer the language of the pattern. The only name recognised at this
time is "rdql", for the pattern language used by Jena's RDQL.
|
getPatternModifiers | String getPatternModifiers()(Code) | | Answer the pattern modifiers (a string of characters) of this pattern.
If the notion of modifiers does not apply, answer null. If there are no
modifiers, answer the empty string.
|
getPatternString | String getPatternString()(Code) | | Answer the pattern string, in whatever the pattern language is.
|
|
|