RubyGems Navigation menu

y_nelson 2.3.7

Zz structures are an interesting way of representing relations invented by Ted Nelson, whose domain model I provide in a gem Yzz. In this gem, YNelson, I combine Yzz with the universal Petri net provided by YPetri (another gem I wrote) to obtain a hybrid data structure that formalizes and generelizes a spreadsheet. Because let us note spreadsheets (as I have seen them) can be considered Petri nets of a kind, with cell functions acting as Petri net transitions. At the same time, spreadsheets are globally orthogonal structures with 3 typical dimensions (rows, columns and sheets). By using zz structures, the globally orthogonal spreadsheet is generalized as a locally orthogonal zz structure, with relations represented as zz dimensions, thus generalizing and formalizing a spreadsheet. The catch is that I have not yet finished the thinking process regarding what everything should be a zz object: Places (cells) and transitions definitely yes, but how about nets and dimensions? Should YNelson go as far as making namespaces into zz objects? The reason why these questions are hard to answer is because Ted Nelson himself, while providing interfaces guidelines (zz structure views, cursors...) did not comment on these questions. While being a (textual) DSL, YNelson aims to provide convenience on par with actual spreadsheet apps. Unlike YPetri, YNelson also aims to be able to specify more than one Petri net node per command, but this is still under development. See the user guide and the documentation for the details. YNelson documentation is available online, but due to formatting issues, you may prefer to generate the documentation on your own by running rdoc in the gem directory. For an example of how YPetri can be used to model complex dynamical systems, see the eukaryotic cell cycle model which I released as "cell_cycle" gem.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 2.3.8 - July 13, 2016 (800 KB)
  2. 2.3.7 - June 28, 2016 (841 KB)
  3. 2.3.6 - June 22, 2016 (364 KB)
  4. 2.3.4 - December 03, 2014 (364 KB)
  5. 2.3.3 - December 03, 2014 (360 KB)
Show all versions (17 total)

Runtime Dependencies (2):

y_petri >= 0
yzz >= 0

Development Dependencies (2):

bundler ~> 1.6
rake >= 0

Owners:

Authors:

  • boris

SHA 256 checksum:

ee8419670d566f27452508d5d2bd4ccc25878885978c2859a3b659b1635e1c8b

Total downloads 41,017

For this version 2,747

License:

GPLv3

Required Ruby Version: >= 2.0

Links: