|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.lang.Parser
com.clarkparsia.sparqlowl.parser.arq.ARQTerpParser
public class ARQTerpParser
Title: ARQ Terp parser
Description: ARQ parser (and static parser factory) to integrate the Terp parser with the ARQ & Jena query tools
Copyright: Copyright (c) 2010
Company: Clark & Parsia, LLC.
Constructor Summary | |
---|---|
ARQTerpParser()
|
Method Summary | |
---|---|
static com.hp.hpl.jena.sparql.lang.ParserFactory |
getFactory()
Get the singleton ParserFactory |
com.hp.hpl.jena.query.Query |
parse(com.hp.hpl.jena.query.Query query,
java.lang.String queryString)
|
static void |
registerFactory()
Register a ParserFactory for the TerpSyntax |
static void |
unregisterFactory()
Unregister a ParserFactory for the TerpSyntax |
Methods inherited from class com.hp.hpl.jena.sparql.lang.Parser |
---|
canParse, createParser |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ARQTerpParser()
Method Detail |
---|
public static com.hp.hpl.jena.sparql.lang.ParserFactory getFactory()
ParserFactory
public static void registerFactory()
ParserFactory
for the TerpSyntax
public static void unregisterFactory()
ParserFactory
for the TerpSyntax
public com.hp.hpl.jena.query.Query parse(com.hp.hpl.jena.query.Query query, java.lang.String queryString) throws com.hp.hpl.jena.query.QueryParseException
parse
in class com.hp.hpl.jena.sparql.lang.Parser
com.hp.hpl.jena.query.QueryParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |