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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PelletQuery
public PelletQuery()
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
parseArgs
public void parseArgs(java.lang.String[] args)
- Overrides:
parseArgs
in class PelletCmdApp
run
public void run()
- Specified by:
run
in class PelletCmdApp
setQueryFile
public void setQueryFile(java.lang.String s)
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)
Copyright © 2004 Evren Sirin. All Rights Reserved.