-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RdP immediate transitions #6
Conversation
Signed-off-by: Franco Viotti <[email protected]>
…s and coverage reports
Co-authored-by: Franco Viotti <[email protected]>
Co-authored-by: Franco Viotti <[email protected]>
src/main/java/PetriNetConf.java
Outdated
return transitions; | ||
} | ||
|
||
public List<Transition> getSequence(int sequenceNumber) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
por que hablamos de secuencias? no serian segmentos? o algo no me estoy acordando
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
o es secuencias de transiciones 🤔🤔 eso podria ser no
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
obtenes la secuencia de disparos para ese segmento EJ: segmento/hilo 0, obtiene la secuencia t0 t1
Add Immediate Transitions Functionality and Simple Monitor for N-Invariants
This update includes the following changes: