|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.umu.jasb.jess.SWRLTrans
public class SWRLTrans
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 |
---|
public SWRLTrans()
Method Detail |
---|
public static void main(java.lang.String[] args) throws javax.xml.transform.TransformerException, java.io.IOException
args
- The command line arguments
javax.xml.transform.TransformerException
- If any error occur during the XSL conversion
java.io.IOException
- If any IO error success during the conversion
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |