RubyGems Navigation menu

y_nelson 2.3.2

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 spreadsheet. Because let us note that most practical spreadsheet implementation allow to model a Petri net with the cell functions – if the cell functions are regarded as transitions and cells and places, then a spreadsheet is 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). In addition, there is the "dimension" of files, the "dimension" of precedents and dependents (seen in formula auditing). If zz structures are used to represent relations as dimensions, this can be generalized, and the globally orthogonal nature of spreadsheets is generalized to the locally orthogonal nature of zz structures. The sum of this makes for a nice generalization of a spreadsheet, which YNelson attempts to be. In addition, YNelson attempts to provide convenience at least at the level similar to the actual existing spreadsheet software by providing certain commands that allow creation of more than one Petri net place or transition at the same time. This aspect of YNelson 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.

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)
  6. 2.3.2 - December 02, 2014 (360.0 KB)
显示所有版本 (共 17 个)

Runtime 依赖 (2):

y_petri >= 0
yzz >= 0

Development 依赖 (2):

bundler ~> 1.6
rake >= 0

业主:

作者:

  • boris

SHA 256 校验和:

021c3dd27191356d1ce32d0e43e5626d71479bd744a5aaff2beccd970f0e6db7

下载总量 41,157

这个版本 2,302

许可:

GPLv3

需要的 Ruby 版本: >= 2.0

链接: