pellet
Class PelletCmdApp

java.lang.Object
  extended by 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
           
 
Constructor Summary
PelletCmdApp()
           
 
Method Summary
 void finish()
           
abstract  java.lang.String getAppCmd()
           
abstract  java.lang.String getAppId()
           
 PelletCmdOptions getGlobalOptions()
           
 PelletCmdOption getIgnoreImportsOption()
           
 PelletCmdOption getInputFormatOption()
           
 PelletCmdOption getLoaderOption()
           
abstract  PelletCmdOptions getOptions()
           
 void help()
           
 void parseArgs(java.lang.String[] args)
           
 boolean requiresInputFiles()
           
abstract  void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final java.util.logging.Logger logger
Constructor Detail

PelletCmdApp

public PelletCmdApp()
Method Detail

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.