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 (800KB)
  2. 2.3.7 - June 28, 2016 (841KB)
  3. 2.3.6 - June 22, 2016 (364KB)
  4. 2.3.4 - December 03, 2014 (364KB)
  5. 2.3.3 - December 03, 2014 (360KB)
全てのバージョンを表示(全17件)

Runtime依存関係 (2):

y_petri >= 0
yzz >= 0

Development依存関係 (2):

bundler ~> 1.6
rake >= 0

所有者:

作者:

  • boris

SHA 256チェックサム:

39bce6a389c7addd9f01faa3e885ef702e2a93bc6860c2d6385f52fec2120ef9

累計ダウンロード数 41,157

このバージョンのみ 2,295

ライセンス:

GPLv3

必要なRubyのバージョン: >= 2.0

リンク: