Hello, I am looking for some help regarding a summer project at my university. Is there an existing project that uses JPF to analyze the Java code that is generated from a Finite State Machine? I was told there is an existing project but I cannot seem to find it. Any help would be greatly appreciated.
Adam.--
---
You received this message because you are subscribed to the Google Groups "Java™ Pathfinder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to java-pathfind...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Java™ Pathfinder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to java-pathfind...@googlegroups.com.
Hello, I have a few questions that I was hoping you could answer. Together with my Professor, we have been taking a close look at JPF - Statechart and Polyglot in hopes that we can analyze UML-RT models (with multiple, asynchronously communicating state machines) with respect to deadlock and basic reachability properties. In order to simulate concurrency we implemented our state machines as orthogonal regions. Our model sends messages from one component to a particular port of a destination component and the message gets queued in the destination components queue. Once the destination component is in a stable state, its queue is then inspected to see if any of its messages can trigger a transition in the destination components' current configuration. With that in mind, we were wondering if JPF-Statechart supports either broadcast or binary communication, as our models only support the latter. Also, do orthogonal regions contain a single shared queue or can they have their own unique queue? Lastly, in regards to the execution scripts that are used to analyze specific sections and properties of the CEV_15EOR_LOR model, is there a way to analyze the entire model as a whole with JPF rather than section by section? Thank you kindly for taking the time to answer our questions.
Regards,
Adam.