edu.unika.aifb.owltools.tools
Class Ded

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

public class Ded
extends KAON2Tool

ded weakens ontologies by removing datatype range declarations. They can cause trouble to KAON2.


Field Summary
 
Fields inherited from class edu.unika.aifb.owltools.tools.KAON2Tool
m_connection, printer
 
Constructor Summary
Ded()
           
 
Method Summary
 void compile()
          Entry point for the command line based usage of the ded owl tool
 org.semanticweb.kaon2.api.Ontology ded(org.semanticweb.kaon2.api.Ontology ontology)
           
static void main(java.lang.String[] args)
          To be called when used from a standalone command line tool
 java.lang.String name()
          the name of the owl tool
static void printUsage()
          prints the command line parameters and a short info
 boolean processArguments(java.lang.String[] args)
          Processes the command line arguments
 
Methods inherited from class edu.unika.aifb.owltools.tools.KAON2Tool
endConnection, loadOntology, printUsageError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ded

public Ded()
Method Detail

name

public java.lang.String name()
the name of the owl tool

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

main

public static void main(java.lang.String[] args)
To be called when used from a standalone command line tool

Parameters:
args - Command line parameters

processArguments

public boolean processArguments(java.lang.String[] args)
Processes the command line arguments

Specified by:
processArguments in class KAON2Tool

compile

public void compile()
Entry point for the command line based usage of the ded owl tool


ded

public org.semanticweb.kaon2.api.Ontology ded(org.semanticweb.kaon2.api.Ontology ontology)
                                       throws org.semanticweb.kaon2.api.KAON2Exception
Throws:
org.semanticweb.kaon2.api.KAON2Exception

printUsage

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