sarahtattersall / PIPE

PIPE - Platform Independent Petri Net Editor
MIT License
231 stars 73 forks source link

API for PN analyses? #116

Open tamarit opened 7 years ago

tamarit commented 7 years ago

Hi,

I'd like to use your PN analyses of current or previous versions of PIPE without using the GUI. Concretely, I want to use it in other languages or at least in other Java tools. Is this possible? Do you have any info of how to do it?

Thanks in advance. Salva

sjdayday commented 7 years ago

There is a branch of PIPE currently under development that enables execution of PNs through an API, without the GUI, documented here: https://github.com/sjdayday/PIPECore/wiki

I've used this API to call PNs from Python.

But it has no support yet for running the various types of analysis that are supported under the GUI.

Hope that helps.

Steve

On Tue, Oct 18, 2016 at 5:35 AM, Salvador Tamarit notifications@github.com wrote:

Hi,

I'd like to use your PN analyses of current or previous versions of PIPE without using the GUI. Concretely, I want to use it in other languages or at least in other Java tools. Is this possible? Do you have any info of how to do it?

Thanks in advance. Salva

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sarahtattersall/PIPE/issues/116, or mute the thread https://github.com/notifications/unsubscribe-auth/ACAHxiyjIZMwComnH2uHUdgu-cSgr2Rmks5q1L0bgaJpZM4KZvBf .

Steve Doubleday PhD candidate, Mathematical Behavioral Sciences UC Irvine stevedoubleday@gmail.com 818-648-8381

tamarit commented 7 years ago

Hi @sjdayday,

first of all, thanks for your prompt answer. As I understand from the documentation and from what you are saying, this API only gives access to the PN animator and a few more functionalities, but it does not provide access to the analyses in what I'm interested. I'd need something like LOLA or similar PN tools (e.g. https://github.com/CvO-Theory/apt) but with your analyses. I can try to find alternatives, but I think that it could be interesting to provide this external interface in order to make PIPE even more useful.

Thanks again! Salva

sjdayday commented 7 years ago

Hi Salva,

I agree that the analyses would be useful to add. I think that's pretty far in the future, at least for me. Thanks for the feedback!

best, Steve

On Tue, Oct 18, 2016 at 12:55 PM, Salvador Tamarit <notifications@github.com

wrote:

Hi @sjdayday https://github.com/sjdayday,

first of all, thanks for your prompt answer. As I understand from the documentation and from what you are saying, this API only gives access to the PN animator and a few more functionalities, but it does not provide access to the analyses in what I'm interested. I'd need something like LOLA or similar PN tools (e.g. https://github.com/CvO-Theory/apt) but with your analyses. I can try to find alternatives, but I think that it could be interesting to provide this external interface in order to make PIPE even more useful.

Thanks again! Salva

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sarahtattersall/PIPE/issues/116#issuecomment-254620635, or mute the thread https://github.com/notifications/unsubscribe-auth/ACAHxtX8l3VSo-uB5paqNdHWl-tIF0UQks5q1SROgaJpZM4KZvBf .

Steve Doubleday PhD candidate, Mathematical Behavioral Sciences UC Irvine stevedoubleday@gmail.com 818-648-8381