pellet
Class PelletCmdApp
java.lang.Object
pellet.PelletCmdApp
- Direct Known Subclasses:
- PelletClassify, PelletConsistency, PelletDIG, PelletEntailment, PelletExplain, PelletExtractInferences, PelletInfo, PelletModularity, PelletQuery, PelletRealize, PelletTransTree, PelletUnsatisfiable, Pellint
public abstract class PelletCmdApp
- extends java.lang.Object
Title: PelletCmdLine
Description: Provides some functionality for Pellet command line applications
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
- Author:
- Markus Stocker, Evren Sirin
Field Summary |
static java.util.logging.Logger |
logger
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static final java.util.logging.Logger logger
PelletCmdApp
public PelletCmdApp()
requiresInputFiles
public boolean requiresInputFiles()
getAppId
public abstract java.lang.String getAppId()
getAppCmd
public abstract java.lang.String getAppCmd()
getOptions
public abstract PelletCmdOptions getOptions()
run
public abstract void run()
finish
public void finish()
getIgnoreImportsOption
public PelletCmdOption getIgnoreImportsOption()
getLoaderOption
public PelletCmdOption getLoaderOption()
getGlobalOptions
public PelletCmdOptions getGlobalOptions()
getInputFormatOption
public PelletCmdOption getInputFormatOption()
parseArgs
public void parseArgs(java.lang.String[] args)
help
public void help()
Copyright © 2004 Evren Sirin. All Rights Reserved.