com.clarkparsia.sparqlowl.parser.arq
Class TerpSyntax

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.Symbol
      extended by com.hp.hpl.jena.query.Syntax
          extended by com.clarkparsia.sparqlowl.parser.arq.TerpSyntax

public class TerpSyntax
extends com.hp.hpl.jena.query.Syntax

Title: ARQ Terp Syntax

Description: Terp Syntax class for use with ARQ parsing infrastructure

Copyright: Copyright (c) 2010

Company: Clark & Parsia, LLC.

Author:
Mike Smith msmith@clarkparsia.com

Field Summary
 
Fields inherited from class com.hp.hpl.jena.query.Syntax
defaultQuerySyntax, defaultSyntax, defaultUpdateSyntax, querySyntaxNames, syntaxAlgebra, syntaxARQ, syntaxRDQL, syntaxSPARQL, syntaxSPARQL_10, syntaxSPARQL_11, updateSyntaxNames
 
Method Summary
static TerpSyntax getInstance()
          Get the singleton instance of the class
 
Methods inherited from class com.hp.hpl.jena.query.Syntax
guessFileSyntax, guessFileSyntax, guessQueryFileSyntax, guessQueryFileSyntax, guessUpdateFileSyntax, guessUpdateFileSyntax, lookup, make
 
Methods inherited from class com.hp.hpl.jena.sparql.util.Symbol
create, create, equals, getSymbol, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static TerpSyntax getInstance()
Get the singleton instance of the class

Returns:
the singleton instance


Copyright © 2004 Evren Sirin. All Rights Reserved.