pellet
Class PelletQuery

java.lang.Object
  extended by pellet.PelletCmdApp
      extended by pellet.PelletQuery

public class PelletQuery
extends PelletCmdApp

Title: PelletQuery

Description: This is the command-line version of Pellet for querying. It is provided as a stand-alone program and should not be directly used in applications.

Copyright: Copyright (c) 2008

Company: Clark & Parsia, LLC.

Author:
Markus Stocker, Evren Sirin

Field Summary
 
Fields inherited from class pellet.PelletCmdApp
logger
 
Constructor Summary
PelletQuery(java.lang.String[] args)
           
 
Method Summary
 java.lang.String getAppCmd()
           
 java.lang.String getAppId()
           
 boolean getAskQueryResult()
           
 com.hp.hpl.jena.rdf.model.Model getConstructQueryModel()
           
 PelletCmdOptions getOptions()
           
 com.hp.hpl.jena.query.ResultSet getQueryResults()
           
static void main(java.lang.String[] args)
           
 void run()
           
 void setDisplayQuery(boolean b)
           
 void setOutputFormat(java.lang.String s)
           
 void setPrintResults(java.lang.Boolean b)
           
 void setPrintTiming(boolean b)
           
 void setQueryEngine(java.lang.String s)
           
 void setQueryFile(java.lang.String s)
           
 void setQueryFormat(java.lang.String s)
           
 void setVerbose(boolean b)
           
 
Methods inherited from class pellet.PelletCmdApp
getInputFormatOption, getLoaderOption
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PelletQuery

public PelletQuery(java.lang.String[] args)
Method Detail

getAppId

public java.lang.String getAppId()
Specified by:
getAppId in class PelletCmdApp

getAppCmd

public java.lang.String getAppCmd()
Specified by:
getAppCmd in class PelletCmdApp

getOptions

public PelletCmdOptions getOptions()
Specified by:
getOptions in class PelletCmdApp

run

public void run()
Specified by:
run in class PelletCmdApp

setQueryFile

public void setQueryFile(java.lang.String s)

setPrintResults

public void setPrintResults(java.lang.Boolean b)

setPrintTiming

public void setPrintTiming(boolean b)

setDisplayQuery

public void setDisplayQuery(boolean b)

setVerbose

public void setVerbose(boolean b)

setOutputFormat

public void setOutputFormat(java.lang.String s)

getQueryResults

public com.hp.hpl.jena.query.ResultSet getQueryResults()

getConstructQueryModel

public com.hp.hpl.jena.rdf.model.Model getConstructQueryModel()

getAskQueryResult

public boolean getAskQueryResult()

setQueryFormat

public void setQueryFormat(java.lang.String s)

setQueryEngine

public void setQueryEngine(java.lang.String s)

main

public static void main(java.lang.String[] args)


Copyright © 2004 Evren Sirin. All Rights Reserved.