pellet
Class PelletCmdApp

java.lang.Object
  extended by pellet.PelletCmdApp
Direct Known Subclasses:
PelletClassify, PelletConsistency, PelletDIG, PelletEntailment, PelletExplain, PelletExtractInferences, 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(java.lang.String[] args)
           
PelletCmdApp(java.lang.String[] args, boolean acceptNoArgs)
           
 
Method Summary
abstract  java.lang.String getAppCmd()
           
abstract  java.lang.String getAppId()
           
 PelletCmdOption getInputFormatOption()
           
 PelletCmdOption getLoaderOption()
           
abstract  PelletCmdOptions getOptions()
           
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(java.lang.String[] args)

PelletCmdApp

public PelletCmdApp(java.lang.String[] args,
                    boolean acceptNoArgs)
Method Detail

getAppId

public abstract java.lang.String getAppId()

getAppCmd

public abstract java.lang.String getAppCmd()

getOptions

public abstract PelletCmdOptions getOptions()

run

public abstract void run()

getLoaderOption

public PelletCmdOption getLoaderOption()

getInputFormatOption

public PelletCmdOption getInputFormatOption()


Copyright © 2004 Evren Sirin. All Rights Reserved.