jarp-developer Mailing List for JARP
Brought to you by:
ricardo_padilha
You can subscribe to this list here.
2001 |
Jan
(39) |
Feb
(15) |
Mar
(37) |
Apr
(32) |
May
(5) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(11) |
Nov
(23) |
Dec
(17) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(6) |
Feb
|
Mar
|
Apr
(19) |
May
(2) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
(1) |
Dec
(3) |
2003 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
(16) |
May
(11) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
(2) |
Apr
(11) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2007-06-16 09:36:53
|
Bugs item #1285526, was opened at 2005-09-09 01:50 Message generated for change (Comment added) made by philipp__ You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1285526&group_id=18541 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: file export Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Problems with, pnml, jpeg, gif Initial Comment: I cannot save files in some formats. Im using WinXP java version "1.5.0_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing) PNML are not saved, and GIF and JPEG gives a message saying "height=0 and width=0". ser...@gm... ---------------------------------------------------------------------- Comment By: Philipp Sternberg (philipp__) Date: 2007-06-16 09:36 Message: Logged In: YES user_id=1819303 Originator: NO Hi,me again (the nobody of the last comment above) I'd like to attach a jpn-file as a test case... How can I create such an attachment as a part of the follow up of this bug ??? Regards Phil ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-06-16 09:28 Message: Logged In: NO Hi folks, allright then I can confirm this bug for 1.1.13, using Debian Linux: Allright I started jarp from a shell: /opt/java/jre1.5.0_09/bin/java -verbose -jar /opt/jarp/jarp.jar Then i created a Petri Net with two places and one transition. Then i tried to save this net to pnml-format. However, no pnml is saved there simply is no file at the location you tried to save the pnml to. This are the last lines of output of the java-vm: [Loaded org.w3c.dom.events.EventTarget from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.NodeImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.ChildNode from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.ParentNode from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.DocumentImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.util.XMLChar from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.Element from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.ElementImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.CharacterData from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.Comment from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.CharacterDataImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.CommentImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.CharacterDataImpl$1 from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.Attr from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.AttrImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.NamedNodeMap from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.NamedNodeMapImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.AttributeMap from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.Text from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.TextImpl from /opt/java/jre1.5.0_09/lib/rt.jar] Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/apache/crimson/tree/XmlDocument at org.jarp.filters.PNMLStorageFormat.store(Unknown Source) at org.jarp.tools.SaveAsTool.saveFile(Unknown Source) at org.jarp.tools.SaveAsTool.execute(Unknown Source) at org.jarp.tools.AbstractJARPTool.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-03-25 07:05 Message: Logged In: NO I meet the same problem too! I am using Win2003SP1 with java version 1.5.0_04-b05. ---------------------------------------------------------------------- Comment By: Ricardo Padilha (ricardo_padilha) Date: 2005-09-09 08:31 Message: Logged In: YES user_id=137238 Problem acknowledged. Could you provide a sample Jarp file? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1285526&group_id=18541 |
From: SourceForge.net <no...@so...> - 2007-06-16 09:28:20
|
Bugs item #1285526, was opened at 2005-09-08 18:50 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1285526&group_id=18541 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: file export Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Problems with, pnml, jpeg, gif Initial Comment: I cannot save files in some formats. Im using WinXP java version "1.5.0_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing) PNML are not saved, and GIF and JPEG gives a message saying "height=0 and width=0". ser...@gm... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-06-16 02:28 Message: Logged In: NO Hi folks, allright then I can confirm this bug for 1.1.13, using Debian Linux: Allright I started jarp from a shell: /opt/java/jre1.5.0_09/bin/java -verbose -jar /opt/jarp/jarp.jar Then i created a Petri Net with two places and one transition. Then i tried to save this net to pnml-format. However, no pnml is saved there simply is no file at the location you tried to save the pnml to. This are the last lines of output of the java-vm: [Loaded org.w3c.dom.events.EventTarget from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.NodeImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.ChildNode from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.ParentNode from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.DocumentImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.util.XMLChar from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.Element from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.ElementImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.CharacterData from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.Comment from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.CharacterDataImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.CommentImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.CharacterDataImpl$1 from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.Attr from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.AttrImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.NamedNodeMap from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.NamedNodeMapImpl from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.AttributeMap from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded org.w3c.dom.Text from /opt/java/jre1.5.0_09/lib/rt.jar] [Loaded com.sun.org.apache.xerces.internal.dom.TextImpl from /opt/java/jre1.5.0_09/lib/rt.jar] Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/apache/crimson/tree/XmlDocument at org.jarp.filters.PNMLStorageFormat.store(Unknown Source) at org.jarp.tools.SaveAsTool.saveFile(Unknown Source) at org.jarp.tools.SaveAsTool.execute(Unknown Source) at org.jarp.tools.AbstractJARPTool.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-03-25 00:05 Message: Logged In: NO I meet the same problem too! I am using Win2003SP1 with java version 1.5.0_04-b05. ---------------------------------------------------------------------- Comment By: Ricardo Padilha (ricardo_padilha) Date: 2005-09-09 01:31 Message: Logged In: YES user_id=137238 Problem acknowledged. Could you provide a sample Jarp file? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1285526&group_id=18541 |
From: SourceForge.net <no...@so...> - 2007-05-31 08:47:05
|
Bugs item #1692781, was opened at 2007-04-02 10:27 Message generated for change (Comment added) made by hcostelha You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1692781&group_id=18541 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: GUI bug Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Labels Initial Comment: The event and places labels don't stay fixed. When I open again my PNML file it turn out to duplicate the label. ---------------------------------------------------------------------- Comment By: Hugo Costelha (hcostelha) Date: 2007-05-31 08:47 Message: Logged In: YES user_id=1381021 Originator: NO Just wanted to confirm this, when running in openSUSE 10.2 with java 1.5. Hugo Costelha ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1692781&group_id=18541 |
From: SourceForge.net <no...@so...> - 2007-04-02 10:28:01
|
Bugs item #1692781, was opened at 2007-04-02 03:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1692781&group_id=18541 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: GUI bug Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Labels Initial Comment: The event and places labels don't stay fixed. When I open again my PNML file it turn out to duplicate the label. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1692781&group_id=18541 |
From: SourceForge.net <no...@so...> - 2007-03-25 07:05:37
|
Bugs item #1285526, was opened at 2005-09-08 18:50 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1285526&group_id=18541 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: file export Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Problems with, pnml, jpeg, gif Initial Comment: I cannot save files in some formats. Im using WinXP java version "1.5.0_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing) PNML are not saved, and GIF and JPEG gives a message saying "height=0 and width=0". ser...@gm... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-03-25 00:05 Message: Logged In: NO I meet the same problem too! I am using Win2003SP1 with java version 1.5.0_04-b05. ---------------------------------------------------------------------- Comment By: Ricardo Padilha (ricardo_padilha) Date: 2005-09-09 01:31 Message: Logged In: YES user_id=137238 Problem acknowledged. Could you provide a sample Jarp file? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1285526&group_id=18541 |
From: SourceForge.net <no...@so...> - 2006-03-28 13:14:27
|
Bugs item #1458358, was opened at 2006-03-25 14:17 Message generated for change (Comment added) made by ricardo_padilha You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1458358&group_id=18541 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: net analysis Group: None Status: Open Resolution: None Priority: 5 Submitted By: Timo (omit) Assigned to: Nobody/Anonymous (nobody) Summary: reachables states: java.lang.NullPointerException Initial Comment: I always get an error trying the "Reachable States" Tool. Error message is: "Tool Exception: java.lang.NullPointerException". WinXP SP2, JRE 5.0_6 jarp.log: Tool exception Sat Mar 25 18:17:31 CET 2006 java.lang.NullPointerException at org.jarp.gui.jhotdraw.tools.analysis.PetriReachableStatesAnalysis$TaskStatusPanel.stateChanged(Unknown Source) at org.jarp.gui.jhotdraw.tools.analysis.PetriReachableStatesAnalysis$TaskStatusPanel.<init>(Unknown Source) at org.jarp.gui.jhotdraw.tools.analysis.PetriReachableStatesAnalysis$TaskDialog.<init>(Unknown Source) at org.jarp.gui.jhotdraw.tools.analysis.PetriReachableStatesAnalysis.getDialog(Unknown Source) at org.jarp.gui.jhotdraw.tools.analysis.PetriReachableStatesAnalysis.execute(Unknown Source) at org.jarp.core.i18n.LocalizedAction.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ---------------------------------------------------------------------- >Comment By: Ricardo Padilha (ricardo_padilha) Date: 2006-03-28 10:14 Message: Logged In: YES user_id=137238 Hi, This tool is not yet functional. Please export your file to the ARP file format and use ARP for such analysis. Regards, Ricardo ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1458358&group_id=18541 |
From: SourceForge.net <no...@so...> - 2006-03-25 17:17:37
|
Bugs item #1458358, was opened at 2006-03-25 17:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1458358&group_id=18541 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: net analysis Group: None Status: Open Resolution: None Priority: 5 Submitted By: Timo (omit) Assigned to: Nobody/Anonymous (nobody) Summary: reachables states: java.lang.NullPointerException Initial Comment: I always get an error trying the "Reachable States" Tool. Error message is: "Tool Exception: java.lang.NullPointerException". WinXP SP2, JRE 5.0_6 jarp.log: Tool exception Sat Mar 25 18:17:31 CET 2006 java.lang.NullPointerException at org.jarp.gui.jhotdraw.tools.analysis.PetriReachableStatesAnalysis$TaskStatusPanel.stateChanged(Unknown Source) at org.jarp.gui.jhotdraw.tools.analysis.PetriReachableStatesAnalysis$TaskStatusPanel.<init>(Unknown Source) at org.jarp.gui.jhotdraw.tools.analysis.PetriReachableStatesAnalysis$TaskDialog.<init>(Unknown Source) at org.jarp.gui.jhotdraw.tools.analysis.PetriReachableStatesAnalysis.getDialog(Unknown Source) at org.jarp.gui.jhotdraw.tools.analysis.PetriReachableStatesAnalysis.execute(Unknown Source) at org.jarp.core.i18n.LocalizedAction.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1458358&group_id=18541 |
From: SourceForge.net <no...@so...> - 2005-09-12 10:28:33
|
Feature Requests item #1288557, was opened at 2005-09-12 12:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=1288557&group_id=18541 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: harobed (stephaneharobed) Assigned to: Nobody/Anonymous (nobody) Summary: Set the size of bitmap export Initial Comment: Hello, Congratulate for your software. I've a suggest : * add a option to define the size of bitmap file export Cheers, -- Stéphane KLEIN ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=1288557&group_id=18541 |
From: SourceForge.net <no...@so...> - 2005-09-09 08:31:31
|
Bugs item #1285526, was opened at 2005-09-08 22:50 Message generated for change (Comment added) made by ricardo_padilha You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1285526&group_id=18541 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: file export Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Problems with, pnml, jpeg, gif Initial Comment: I cannot save files in some formats. I´m using WinXP java version "1.5.0_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing) PNML are not saved, and GIF and JPEG gives a message saying "height=0 and width=0". ser...@gm... ---------------------------------------------------------------------- >Comment By: Ricardo Padilha (ricardo_padilha) Date: 2005-09-09 05:31 Message: Logged In: YES user_id=137238 Problem acknowledged. Could you provide a sample Jarp file? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1285526&group_id=18541 |
From: SourceForge.net <no...@so...> - 2005-09-09 01:50:56
|
Bugs item #1285526, was opened at 2005-09-08 18:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1285526&group_id=18541 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: file export Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Problems with, pnml, jpeg, gif Initial Comment: I cannot save files in some formats. I´m using WinXP java version "1.5.0_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing) PNML are not saved, and GIF and JPEG gives a message saying "height=0 and width=0". ser...@gm... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=1285526&group_id=18541 |
From: SourceForge.net <no...@so...> - 2004-04-22 13:06:02
|
Feature Requests item #937381, was opened at 2004-04-18 17:44 Message generated for change (Comment added) made by elfring You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937381&group_id=18541 Category: None Group: None Status: Open Priority: 5 Submitted By: Markus Elfring (elfring) Assigned to: Ricardo Sangoi Padilha (ricardo_padilha) Summary: Group circles Initial Comment: Can objects in the graphics be placed on circles? I propose that elements can be grouped with their relationships by this layout feature into "bubbles". Each object can be connected with straight lines or "rays". I assume that it can become difficult to draw a lot of bended lines in big diagrams. ---------------------------------------------------------------------- >Comment By: Markus Elfring (elfring) Date: 2004-04-22 15:06 Message: Logged In: YES user_id=572001 I am interested in the rearrangement as a function for the format menu. ---------------------------------------------------------------------- Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2004-04-22 11:46 Message: Logged In: YES user_id=137238 Sorry, but I still don't see what is your request. Do you want a layout tool, that will automatically rearrange places and transitions to be in a circle-shaped layout, or am I completely misunderstanding you? ---------------------------------------------------------------------- Comment By: Markus Elfring (elfring) Date: 2004-04-21 15:40 Message: Logged In: YES user_id=572001 This graph conversion example shows an application of my wish. http://jgraph.com/images/gxl2svg.png ---------------------------------------------------------------------- Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2004-04-20 18:02 Message: Logged In: YES user_id=137238 I'm not quite sure I understand what you mean. Could you provide a sample image? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937381&group_id=18541 |
From: SourceForge.net <no...@so...> - 2004-04-22 12:58:40
|
Feature Requests item #937382, was opened at 2004-04-18 17:47 Message generated for change (Comment added) made by elfring You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937382&group_id=18541 Category: None Group: None Status: Open Priority: 5 Submitted By: Markus Elfring (elfring) Assigned to: Ricardo Sangoi Padilha (ricardo_padilha) Summary: Support for vector graphics Initial Comment: Would you like to export any charts to these file formats? - http://en.wikipedia.org/wiki/Scalable_Vector_Graphics - http://en.wikipedia.org/wiki/X3D ---------------------------------------------------------------------- >Comment By: Markus Elfring (elfring) Date: 2004-04-22 14:58 Message: Logged In: YES user_id=572001 Would you like to ask the Batik developers if their library can be made smaller? ---------------------------------------------------------------------- Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2004-04-22 12:08 Message: Logged In: YES user_id=137238 Thanks for searching! As for your suggestions: Options 2, 3 and 4 are native libraries. They only work on a limited set of platforms. We aim that Jarp remains "pure" Java (that means no .DLL or .SO dependency). Option 1 is Java, but the library is about 2.7 MB (correct me if I am wrong). This would triple the current size of Jarp. I think that the feature gain is not worth the size increase. Again, if I am mistaken, please correct me. I really would like to support as many file formats as possible. ---------------------------------------------------------------------- Comment By: Markus Elfring (elfring) Date: 2004-04-21 15:34 Message: Logged In: YES user_id=572001 Does this software fit into your infrastructure? 1. http://xml.apache.org/batik/ 2. http://librsvg.sourceforge.net/ 3. http://svg.kde.org/ 4. http://www.mozilla.org/projects/svg/ ---------------------------------------------------------------------- Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2004-04-20 18:06 Message: Logged In: YES user_id=137238 We looked after SVG a while ago and couldn't find any GPL/LGPL libraries that implemented SVG. If you know of any that does, please let us know and we can try to figure out a way of incorporating it. (Please keep in mind that we are trying to keep the application size small - that means no 10MB libraries) :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937382&group_id=18541 |
From: SourceForge.net <no...@so...> - 2004-04-22 10:08:28
|
Feature Requests item #937382, was opened at 2004-04-18 12:47 Message generated for change (Comment added) made by ricardo_padilha You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937382&group_id=18541 Category: None Group: None Status: Open Priority: 5 Submitted By: Markus Elfring (elfring) Assigned to: Ricardo Sangoi Padilha (ricardo_padilha) Summary: Support for vector graphics Initial Comment: Would you like to export any charts to these file formats? - http://en.wikipedia.org/wiki/Scalable_Vector_Graphics - http://en.wikipedia.org/wiki/X3D ---------------------------------------------------------------------- >Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2004-04-22 07:08 Message: Logged In: YES user_id=137238 Thanks for searching! As for your suggestions: Options 2, 3 and 4 are native libraries. They only work on a limited set of platforms. We aim that Jarp remains "pure" Java (that means no .DLL or .SO dependency). Option 1 is Java, but the library is about 2.7 MB (correct me if I am wrong). This would triple the current size of Jarp. I think that the feature gain is not worth the size increase. Again, if I am mistaken, please correct me. I really would like to support as many file formats as possible. ---------------------------------------------------------------------- Comment By: Markus Elfring (elfring) Date: 2004-04-21 10:34 Message: Logged In: YES user_id=572001 Does this software fit into your infrastructure? 1. http://xml.apache.org/batik/ 2. http://librsvg.sourceforge.net/ 3. http://svg.kde.org/ 4. http://www.mozilla.org/projects/svg/ ---------------------------------------------------------------------- Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2004-04-20 13:06 Message: Logged In: YES user_id=137238 We looked after SVG a while ago and couldn't find any GPL/LGPL libraries that implemented SVG. If you know of any that does, please let us know and we can try to figure out a way of incorporating it. (Please keep in mind that we are trying to keep the application size small - that means no 10MB libraries) :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937382&group_id=18541 |
From: SourceForge.net <no...@so...> - 2004-04-22 09:46:40
|
Feature Requests item #937381, was opened at 2004-04-18 12:44 Message generated for change (Comment added) made by ricardo_padilha You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937381&group_id=18541 Category: None Group: None Status: Open Priority: 5 Submitted By: Markus Elfring (elfring) Assigned to: Ricardo Sangoi Padilha (ricardo_padilha) Summary: Group circles Initial Comment: Can objects in the graphics be placed on circles? I propose that elements can be grouped with their relationships by this layout feature into "bubbles". Each object can be connected with straight lines or "rays". I assume that it can become difficult to draw a lot of bended lines in big diagrams. ---------------------------------------------------------------------- >Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2004-04-22 06:46 Message: Logged In: YES user_id=137238 Sorry, but I still don't see what is your request. Do you want a layout tool, that will automatically rearrange places and transitions to be in a circle-shaped layout, or am I completely misunderstanding you? ---------------------------------------------------------------------- Comment By: Markus Elfring (elfring) Date: 2004-04-21 10:40 Message: Logged In: YES user_id=572001 This graph conversion example shows an application of my wish. http://jgraph.com/images/gxl2svg.png ---------------------------------------------------------------------- Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2004-04-20 13:02 Message: Logged In: YES user_id=137238 I'm not quite sure I understand what you mean. Could you provide a sample image? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937381&group_id=18541 |
From: SourceForge.net <no...@so...> - 2004-04-21 13:40:45
|
Feature Requests item #937381, was opened at 2004-04-18 17:44 Message generated for change (Comment added) made by elfring You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937381&group_id=18541 Category: None Group: None Status: Open Priority: 5 Submitted By: Markus Elfring (elfring) >Assigned to: Ricardo Sangoi Padilha (ricardo_padilha) Summary: Group circles Initial Comment: Can objects in the graphics be placed on circles? I propose that elements can be grouped with their relationships by this layout feature into "bubbles". Each object can be connected with straight lines or "rays". I assume that it can become difficult to draw a lot of bended lines in big diagrams. ---------------------------------------------------------------------- >Comment By: Markus Elfring (elfring) Date: 2004-04-21 15:40 Message: Logged In: YES user_id=572001 This graph conversion example shows an application of my wish. http://jgraph.com/images/gxl2svg.png ---------------------------------------------------------------------- Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2004-04-20 18:02 Message: Logged In: YES user_id=137238 I'm not quite sure I understand what you mean. Could you provide a sample image? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937381&group_id=18541 |
From: SourceForge.net <no...@so...> - 2004-04-21 13:34:04
|
Feature Requests item #937382, was opened at 2004-04-18 17:47 Message generated for change (Comment added) made by elfring You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937382&group_id=18541 Category: None Group: None Status: Open Priority: 5 Submitted By: Markus Elfring (elfring) >Assigned to: Ricardo Sangoi Padilha (ricardo_padilha) Summary: Support for vector graphics Initial Comment: Would you like to export any charts to these file formats? - http://en.wikipedia.org/wiki/Scalable_Vector_Graphics - http://en.wikipedia.org/wiki/X3D ---------------------------------------------------------------------- >Comment By: Markus Elfring (elfring) Date: 2004-04-21 15:34 Message: Logged In: YES user_id=572001 Does this software fit into your infrastructure? 1. http://xml.apache.org/batik/ 2. http://librsvg.sourceforge.net/ 3. http://svg.kde.org/ 4. http://www.mozilla.org/projects/svg/ ---------------------------------------------------------------------- Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2004-04-20 18:06 Message: Logged In: YES user_id=137238 We looked after SVG a while ago and couldn't find any GPL/LGPL libraries that implemented SVG. If you know of any that does, please let us know and we can try to figure out a way of incorporating it. (Please keep in mind that we are trying to keep the application size small - that means no 10MB libraries) :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937382&group_id=18541 |
From: SourceForge.net <no...@so...> - 2004-04-21 01:37:25
|
Feature Requests item #937381, was opened at 2004-04-18 12:44 Message generated for change (Comment added) made by ricardo_padilha You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937381&group_id=18541 Category: None Group: None Status: Open Priority: 5 Submitted By: Markus Elfring (elfring) Assigned to: Nobody/Anonymous (nobody) Summary: Group circles Initial Comment: Can objects in the graphics be placed on circles? I propose that elements can be grouped with their relationships by this layout feature into "bubbles". Each object can be connected with straight lines or "rays". I assume that it can become difficult to draw a lot of bended lines in big diagrams. ---------------------------------------------------------------------- >Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2004-04-20 13:02 Message: Logged In: YES user_id=137238 I'm not quite sure I understand what you mean. Could you provide a sample image? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937381&group_id=18541 |
From: SourceForge.net <no...@so...> - 2004-04-20 16:06:45
|
Feature Requests item #937382, was opened at 2004-04-18 12:47 Message generated for change (Comment added) made by ricardo_padilha You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937382&group_id=18541 Category: None Group: None Status: Open Priority: 5 Submitted By: Markus Elfring (elfring) Assigned to: Nobody/Anonymous (nobody) Summary: Support for vector graphics Initial Comment: Would you like to export any charts to these file formats? - http://en.wikipedia.org/wiki/Scalable_Vector_Graphics - http://en.wikipedia.org/wiki/X3D ---------------------------------------------------------------------- >Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2004-04-20 13:06 Message: Logged In: YES user_id=137238 We looked after SVG a while ago and couldn't find any GPL/LGPL libraries that implemented SVG. If you know of any that does, please let us know and we can try to figure out a way of incorporating it. (Please keep in mind that we are trying to keep the application size small - that means no 10MB libraries) :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937382&group_id=18541 |
From: SourceForge.net <no...@so...> - 2004-04-18 15:47:52
|
Feature Requests item #937382, was opened at 2004-04-18 17:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937382&group_id=18541 Category: None Group: None Status: Open Priority: 5 Submitted By: Markus Elfring (elfring) Assigned to: Nobody/Anonymous (nobody) Summary: Support for vector graphics Initial Comment: Would you like to export any charts to these file formats? - http://en.wikipedia.org/wiki/Scalable_Vector_Graphics - http://en.wikipedia.org/wiki/X3D ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937382&group_id=18541 |
From: SourceForge.net <no...@so...> - 2004-04-18 15:44:25
|
Feature Requests item #937381, was opened at 2004-04-18 17:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937381&group_id=18541 Category: None Group: None Status: Open Priority: 5 Submitted By: Markus Elfring (elfring) Assigned to: Nobody/Anonymous (nobody) Summary: Group circles Initial Comment: Can objects in the graphics be placed on circles? I propose that elements can be grouped with their relationships by this layout feature into "bubbles". Each object can be connected with straight lines or "rays". I assume that it can become difficult to draw a lot of bended lines in big diagrams. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=937381&group_id=18541 |
From: SourceForge.net <no...@so...> - 2004-04-02 03:18:12
|
Feature Requests item #927993, was opened at 2004-04-01 20:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=927993&group_id=18541 Category: None Group: None Status: Open Priority: 5 Submitted By: Burc Derya Gunes (bgunes) Assigned to: Nobody/Anonymous (nobody) Summary: open file window Initial Comment: Hi, I am not sure if this is a bug or a feature request, but ... I am using JARP (1.1.13) on a windows machine. When I traverse my directories (ie. each time I change the folder) text area that shows the list of the files in the present working directory gets smaller and smaller. To see the name of the files, I have to enlarge the size of the entire window. Are you guys aware of this issue? Burc ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=927993&group_id=18541 |
From: SourceForge.net <no...@so...> - 2004-03-24 10:08:38
|
Bugs item #922111, was opened at 2004-03-23 20:31 Message generated for change (Comment added) made by ricardo_padilha You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=922111&group_id=18541 Category: net composition Group: Tool bug Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: places to labels? Initial Comment: I am not sure if I am using the correct terminology, but I can draw arrows from places (circles) to comments. ---------------------------------------------------------------------- >Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2004-03-24 07:08 Message: Logged In: YES user_id=137238 Thanks for your bug report. We will be looking into it as soon as possible. P.S.: Although I did not check what is really happening, I think you are right and that there is a bug there somewhere. BTW, you are correct: the circles are places :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=922111&group_id=18541 |
From: SourceForge.net <no...@so...> - 2004-03-23 23:31:37
|
Bugs item #922111, was opened at 2004-03-23 15:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=922111&group_id=18541 Category: net composition Group: Tool bug Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: places to labels? Initial Comment: I am not sure if I am using the correct terminology, but I can draw arrows from places (circles) to comments. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=118541&aid=922111&group_id=18541 |
From: SourceForge.net <no...@so...> - 2003-08-26 03:50:14
|
Feature Requests item #795054, was opened at 2003-08-25 22:56 Message generated for change (Comment added) made by ricardo_padilha You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=795054&group_id=18541 Category: None Group: None Status: Open Priority: 5 Submitted By: jared fuhs (jayhuse) Assigned to: Nobody/Anonymous (nobody) Summary: Fast Simulation Initial Comment: Fast Simulation Yes, I am working on a project that builds large petri nets. Anyway is there a way that you guys can add in Fast simulation ? If so when would the expected new release be ? I am doing this as a school project and wanted to have some estimates ? Also do you know of any Petri Applications that allow fast simulation and Multiple Pages reading from a PNXML file ? Thanks, Jared Fuhs ---------------------------------------------------------------------- >Comment By: Ricardo Sangoi Padilha (ricardo_padilha) Date: 2003-08-26 00:50 Message: Logged In: YES user_id=137238 I'm sorry but my english is not very good. What exactly do you mean by "Fast Simulation"? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=795054&group_id=18541 |
From: SourceForge.net <no...@so...> - 2003-08-26 01:56:42
|
Feature Requests item #795054, was opened at 2003-08-26 01:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=795054&group_id=18541 Category: None Group: None Status: Open Priority: 5 Submitted By: jared fuhs (jayhuse) Assigned to: Nobody/Anonymous (nobody) Summary: Fast Simulation Initial Comment: Fast Simulation Yes, I am working on a project that builds large petri nets. Anyway is there a way that you guys can add in Fast simulation ? If so when would the expected new release be ? I am doing this as a school project and wanted to have some estimates ? Also do you know of any Petri Applications that allow fast simulation and Multiple Pages reading from a PNXML file ? Thanks, Jared Fuhs ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=368541&aid=795054&group_id=18541 |