|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.umu.jasb.jess.OWLTrans
public class OWLTrans
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 |
---|
public OWLTrans()
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 |