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()
           
 
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()
           
 void parseArgs(java.lang.String[] args)
           
 void run()
           
 void setOutputFormat(java.lang.String s)
           
 void setQueryEngine(java.lang.String s)
           
 void setQueryFile(java.lang.String s)
           
 void setQueryFormat(java.lang.String s)
           
 
Methods inherited from class pellet.PelletCmdApp
finish, getGlobalOptions, getIgnoreImportsOption, getInputFormatOption, getLoaderOption, help, requiresInputFiles
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PelletQuery

public PelletQuery()
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

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.