Javier Viguera Muñoz wrote:
Hello Ron!!
I have to make a program in Java for mapping ADL and OWL languages. Then I need to use the Java ADL parser but i'd like to have the API doc. Can you help me?
Thanks and regards
Javier Viguera
Hi Javier,
I thought you meant the java wrapper of the Eiffel parser.
Anyway, our java parser, which is based on JavaCC and released under GPL, can be found at the following url.
http://www.acode.se/frameset.jsp?cat=4&subcat=2&lang=en
Simply type "maven javacc javadoc" to generate the API doc, and make sure to look at the unit test code to see some running examples.
Cheers,
Rong