org.umu.jasb.jess
Class SWRLTrans

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

public class SWRLTrans
extends java.lang.Object

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


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

Constructor Detail

SWRLTrans

public SWRLTrans()
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 SWRL 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