pellet
Class PelletQuery
java.lang.Object
pellet.PelletCmdApp
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
|
Constructor Summary |
PelletQuery(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PelletQuery
public PelletQuery(java.lang.String[] args)
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.