Open
Conversation
And Creating the class Action FireAction.java in the package org.pneditor.editor.actions
the contructor of the FireTransitionCommand.java command class to send the number of tokens the user would like to send.
managing undo and redo in Marking.java class
managing redo and undo in the Marking.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello Professor,
The step by step pilotage seems a little laborious, specifically for a high number of tokens.
For lightening this latter cases, I have added a functionality that allows users to set the number of tokens needed.
For using this functionality, you just have to:
A dialog box must appear.
For information, if the number entered by the user is greater than the number of tokens located in the place(s):
All the tokens in the place(s) before the activated transition will not be sent to the place (s) after the transition.
Otherwise the number of tokens sent to the next place (s) will be the number entered by the user.