lib/y_petri/transition.rb in y_petri-2.0.1 vs lib/y_petri/transition.rb in y_petri-2.0.2

- old
+ new

@@ -27,10 +27,10 @@ # that the action closure expects time step length (delta_t) as its first # argument - its arity is thus codomain size + 1. # II. For timeless transitions, action is time-independent. Timeless # transitions are necessarily also rateless. Arity of the action closure # is expected to match the domain size. -nnnn# +# # Conclusion: Transitions with rate are always timed. In rateless # transitions, timedness distinguishes the need to supply time step # duration as the first argument to the action closure. # # ASSIGNMENT TRANSITIONS