edu.unika.aifb.owltools
Class OWLTools

java.lang.Object
  extended by edu.unika.aifb.owltools.OWLTools

public class OWLTools
extends java.lang.Object

OWLTools provides the interface to the command line


Constructor Summary
OWLTools()
           
 
Method Summary
static java.lang.Boolean developmentVersion()
          Is this a development version?
static void main(java.lang.String[] args)
          Figures out which owl tool to call and does so
static void printUsage()
          prints the command line parameters and a short info
static void printUsageError()
          prints a short excuse after not understandable rambling
static void printVersion()
          prints the version and copyright information
static java.lang.String version()
          Returns the version string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLTools

public OWLTools()
Method Detail

main

public static void main(java.lang.String[] args)
Figures out which owl tool to call and does so

Parameters:
args - Command line arguments

printUsage

public static void printUsage()
prints the command line parameters and a short info


version

public static java.lang.String version()
Returns the version string.


developmentVersion

public static java.lang.Boolean developmentVersion()
Is this a development version?


printUsageError

public static void printUsageError()
prints a short excuse after not understandable rambling


printVersion

public static void printVersion()
prints the version and copyright information