RubyGems Navigation menu

y_nelson 2.3.3

Zz structures are an interesting way of representing relations invented by Ted Nelson. I captured the basic zz structure formalism in a gem Yzz. In this gem, YNelson, I combine zz structures with universal Petri nets (provided by another gem of mine, YPetri) to obtain a hybrid data structure that formalizes and generelizes a spreadsheet. Because let us note that most of the practical spreadsheet implementations allow the cell functions to be used so as to represent a Petri net. The cell functions can thus be regarded as transitions and cells and places of a Petri net. A spreadsheet is thus a kind of a Petri net. At the same time, spreadsheet files are orthogonal structures with at least 3 dimensions: x (horizontal), y (vertical) and z (the dimension of sheets stacked upon each other). With zz structures, the globally orthogonal nature traditional spreadsheet is generalized as a locally orthogonal zz structure, with relations represented as zz dimensions. In sum, this generalizes and formalizes a spreadsheet. While being textual at the core, YNelson attempts to provide convenience at least at the level similar to the actual existing spreadsheet software. Unlike YPetri, YNelson can also specify more than one 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:
= 複製 已複製

安裝:
=

版本列表:

  1. 2.3.8 - July 13, 2016 (800.0 KB)
  2. 2.3.7 - June 28, 2016 (840.5 KB)
  3. 2.3.6 - June 22, 2016 (364.0 KB)
  4. 2.3.4 - December 03, 2014 (364.0 KB)
  5. 2.3.3 - December 03, 2014 (360.0 KB)
顯示所有版本(共 17)

Runtime 相依性套件 (2):

y_petri >= 0
yzz >= 0

Development 相依性套件 (2):

bundler ~> 1.6
rake >= 0

擁有者:

作者:

  • boris

SHA 256 checksum:

39bce6a389c7addd9f01faa3e885ef702e2a93bc6860c2d6385f52fec2120ef9

總下載次數 41,157

這個版本 2,295

License:

GPLv3

Ruby 版本需求: >= 2.0

相關連結: