org.umu.jasb.jess
Class OWLTrans

java.lang.Object
  extended by org.umu.jasb.jess.OWLTrans

public class OWLTrans
extends java.lang.Object

This class is a root class of a OWL to CLP (Jess Rule Format) Conversor. This tool allows a conversion from OWL Ontologies to a CLP rules. The usage of the tool requires a parameter that will be the name of the OWL file that you want to convert. Also, the tool requires that the file OWL2Jess.xsl still present in the folder in which the OWL file for conversion is stored.


Constructor Summary
OWLTrans()
           
 
Method Summary
static void main(java.lang.String[] args)
          This is the entry point for the OWL Conversor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLTrans

public OWLTrans()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws javax.xml.transform.TransformerException,
                        java.io.IOException
This is the entry point for the OWL Conversor

Parameters:
args - The command line arguments
Throws:
javax.xml.transform.TransformerException - If any error occur during the XSL conversion
java.io.IOException - If any IO error success during the conversion