y_nelson 2.0.6 → 2.0.7
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/LICENSE.txt +675 -22
- data/README.md +3 -3
- data/Ruby_for_YNelson_Users_in_20_minutes.lyx +2254 -0
- data/Ruby_for_YNelson_Users_in_20_minutes.pdf +0 -0
- data/YNelson_FPN_&_ZZ_domain_model_hands_on_in_color.pdf +0 -0
- data/YPetri_FPN_domain_model_hands_on_in_color.lyx +2766 -0
- data/lib/y_nelson/dsl.rb +1 -1
- data/lib/y_nelson/version.rb +1 -1
- data/lib/y_nelson.rb +2 -0
- data/test/y_nelson_test.rb +1 -3
- data/y_nelson.gemspec +1 -1
- metadata +7 -4
- data/zz.png +0 -0
data/README.md
CHANGED
@@ -11,8 +11,8 @@ the aspect of cells of the Zz structures described by Ted Nelson.
|
|
11
11
|
require 'y_nelson'
|
12
12
|
include YNelson
|
13
13
|
```
|
14
|
-
`YNelson` DSL includes aspects of `YPetri`. It means, that it has
|
15
|
-
|
14
|
+
`YNelson` DSL includes aspects of `YPetri`. It means, that it has compatible
|
15
|
+
interface with `YPetri` DSL. See `YPetri` gem
|
16
16
|
[for Petri net aspect usage examples](https://github.com/boris-s/y_petri).
|
17
17
|
|
18
18
|
## Zz structure aspect
|
@@ -25,7 +25,7 @@ dimension. Zz structure aspect in general is defined in
|
|
25
25
|
automatically creates Zz connections in parallel to arcs of a Petri net. This
|
26
26
|
way, places and transtions of a Petri net, whose relations are normally captured
|
27
27
|
by arcs, can also have other relations defined, captured by Zz dimensions. Zz
|
28
|
-
structure aspect is still
|
28
|
+
structure aspect is still under development.
|
29
29
|
|
30
30
|
## Contributing
|
31
31
|
|