edu.unika.aifb.owltools.tools
Class Rdf2owl

java.lang.Object
  extended by edu.unika.aifb.owltools.tools.KAON2Tool
      extended by edu.unika.aifb.owltools.tools.Rdf2owl

public class Rdf2owl
extends KAON2Tool

rdf2owl calls KAON1 in order to load an RDF file and export it in RDF/XML-serialisation.


Field Summary
 
Fields inherited from class edu.unika.aifb.owltools.tools.KAON2Tool
m_connection, printer
 
Constructor Summary
Rdf2owl()
           
 
Method Summary
 void compile()
           
static void main(java.lang.String[] args)
           
 java.lang.String name()
          the name of the specified tool
static void printUsage()
          prints the command line parameters and a short info
 boolean processArguments(java.lang.String[] args)
          needs to be implemented by all tools: processArgument to process all the given command line arguments
 
Methods inherited from class edu.unika.aifb.owltools.tools.KAON2Tool
printUsageError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rdf2owl

public Rdf2owl()
Method Detail

name

public java.lang.String name()
Description copied from class: KAON2Tool
the name of the specified tool

Specified by:
name in class KAON2Tool
Returns:
the name of the tool

main

public static void main(java.lang.String[] args)

processArguments

public boolean processArguments(java.lang.String[] args)
Description copied from class: KAON2Tool
needs to be implemented by all tools: processArgument to process all the given command line arguments

Specified by:
processArguments in class KAON2Tool

compile

public void compile()

printUsage

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