Pregunta

I try to find how can I use PNML Framework http://pnml.lip6.fr/index.html to parse pnml file but I didn't find any useful information, can you help me?

No hay solución correcta

Otros consejos

PNML framework is a library of Java classes. You can build a project using the library and interact with it via its API.

If you have specific needs like PNML validation, you can use some of the tools built using the PNML framework without programming anything in Java.

To begin development with PNML Framework you should start by reading the Basic Tutorial (wiki) and, if you are using Eclipse, install PNML framework to work with the IDE (wiki).

More details can be found in the remaining volumes of user documentation (table of contents).

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top