y_petri 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/y_petri/transition.rb +1 -1
- data/lib/y_petri/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4924585303a77bc040de2baf135ff544849460ee
|
|
4
|
+
data.tar.gz: f006c579cc4bc39549b6ff66da0ffcb6ea34bb0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c041dcddf16daf158db0c602f1ad18c555031d2fe12f3a5c86f728728ea2a950aa8e0c4508bfe4fac13f42c0c4f75570d7f1bb700cbc04a25b6c4b4c6fef2283
|
|
7
|
+
data.tar.gz: 4636a534a2978c7155b79b0d40f630d01f40d4dc730bb7d46244b85db5ae27f1f08c224c0d11c4b4ae955f4a6fc50ade478354d22aa72498a21dd755ee154bb6
|
data/lib/y_petri/transition.rb
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
# II. For timeless transitions, action is time-independent. Timeless
|
|
30
30
|
# transitions are necessarily also rateless. Arity of the action closure
|
|
31
31
|
# is expected to match the domain size.
|
|
32
|
-
|
|
32
|
+
#
|
|
33
33
|
# Conclusion: Transitions with rate are always timed. In rateless
|
|
34
34
|
# transitions, timedness distinguishes the need to supply time step
|
|
35
35
|
# duration as the first argument to the action closure.
|
data/lib/y_petri/version.rb
CHANGED