y_nelson 2.3.4 → 2.3.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 85d50b50805e7e9d08cda75095496aa96a01dde2
4
- data.tar.gz: a303a0e29c993c2f7e44ce4d85c5672c63f56bfa
3
+ metadata.gz: 5d87d07882b70f11a57acb5b1c5380353bcfd599
4
+ data.tar.gz: 1812d1b077531e683a56ef47ced2df71078c481e
5
5
  SHA512:
6
- metadata.gz: 662e0eb31fd164624cf04e154593dadf842dc43aa90e92d1dd2706b31d633b85b8e893db2a9f80699361765861b2e57b305dbd58f874162a25bf1929478b44f8
7
- data.tar.gz: 68203476bcd83d762f73499313cdbcf4374b27a567eec588a027937733de0945f9fff69051fbff2304ad3efa69ace2129b3ee81b84ee6aecd2979afb89459e09
6
+ metadata.gz: b4157b917e486f2ad9c14ed9a5f08e76d554270586d49cd4b71e993c010ccc5a704ed9df694e69d44ddbf0f4989e393618488987fd1be714a2df4132901e4a27
7
+ data.tar.gz: 0d36ee17ed8aca298ff2355968644ff8116bdad4b3d37e0745b34bed1d07adaa78bb14de843858cdacf351a8bbae3c910304926639034613127bcec195c71073
@@ -1,4 +1,4 @@
1
1
  module YNelson
2
2
  DEBUG = false
3
- VERSION = "2.3.4"
3
+ VERSION = "2.3.6"
4
4
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  require 'minitest/autorun'
4
4
  # tested component itself
5
- require './../lib/y_nelson'
5
+ require_relative '../lib/y_nelson'
6
6
 
7
7
  # **************************************************************************
8
8
  # Nelson net test
data/y_nelson.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["boris"]
10
10
  spec.email = ["\"boris@iis.sinica.edu.tw\""]
11
11
  spec.summary = %q{A fusion of a universal Petri net with a zz structure that formalizes and generalizes spreadsheet. As an extension of YPetri (y_petri) gem, YNelson inherits all its capabilities for modelling dynamical systems, but adds the capability to represent relations between model nodes and parameters.}
12
- spec.description = %q{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.}
12
+ spec.description = %q{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.}
13
13
  spec.homepage = ""
14
14
  spec.license = "GPLv3"
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: y_nelson
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.4
4
+ version: 2.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - boris
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-03 00:00:00.000000000 Z
11
+ date: 2016-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: yzz
@@ -67,25 +67,28 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: 'Zz structures are an interesting way of representing relations invented
70
- by Ted Nelson. I captured the basic zz structure formalism in a gem Yzz. In this
71
- gem, YNelson, I combine zz structures with universal Petri nets (provided by another
72
- gem of mine, YPetri) to obtain a hybrid data structure that formalizes and generelizes
73
- a spreadsheet. Because let us note that most of the practical spreadsheet implementations
74
- allow the cell functions to be used so as to represent a Petri net. The cell functions
75
- can thus be regarded as transitions and cells and places of a Petri net. A spreadsheet
76
- is thus a kind of a Petri net. At the same time, spreadsheet files are orthogonal
77
- structures with at least 3 dimensions: x (horizontal), y (vertical) and z (the dimension
78
- of sheets stacked upon each other). With zz structures, the globally orthogonal
79
- nature traditional spreadsheet is generalized as a locally orthogonal zz structure,
80
- with relations represented as zz dimensions. In sum, this generalizes and formalizes
81
- a spreadsheet. While being textual at the core, YNelson attempts to provide convenience
82
- at least at the level similar to the actual existing spreadsheet software. Unlike
83
- YPetri, YNelson can also specify more than one node per command, but this is still
84
- under development. See the user guide and the documentation for the details. YNelson
85
- documentation is available online, but due to formatting issues, you may prefer
86
- to generate the documentation on your own by running rdoc in the gem directory.
87
- For an example of how YPetri can be used to model complex dynamical systems, see
88
- the eukaryotic cell cycle model which I released as "cell_cycle" gem.'
70
+ by Ted Nelson, whose domain model I provide in a gem Yzz. In this gem, YNelson,
71
+ I combine Yzz with the universal Petri net provided by YPetri (another gem I wrote)
72
+ to obtain a hybrid data structure that formalizes and generelizes a spreadsheet.
73
+ Because let us note spreadsheets (as I have seen them) can be considered Petri nets
74
+ of a kind, with cell functions acting as Petri net transitions. At the same time,
75
+ spreadsheets are globally orthogonal structures with 3 typical dimensions (rows,
76
+ columns and sheets). By using zz structures, the globally orthogonal spreadsheet
77
+ is generalized as a locally orthogonal zz structure, with relations represented
78
+ as zz dimensions, thus generalizing and formalizing a spreadsheet. The catch is
79
+ that I have not yet finished the thinking process regarding what everything should
80
+ be a zz object: Places (cells) and transitions definitely yes, but how about nets
81
+ and dimensions? Should YNelson go as far as making namespaces into zz objects? The
82
+ reason why these questions are hard to answer is because Ted Nelson himself, while
83
+ providing interfaces guidelines (zz structure views, cursors...) did not comment
84
+ on these questions. While being a (textual) DSL, YNelson aims to provide convenience
85
+ on par with actual spreadsheet apps. Unlike YPetri, YNelson also aims to be able
86
+ to specify more than one Petri net node per command, but this is still under development.
87
+ See the user guide and the documentation for the details. YNelson documentation
88
+ is available online, but due to formatting issues, you may prefer to generate the
89
+ documentation on your own by running rdoc in the gem directory. For an example of
90
+ how YPetri can be used to model complex dynamical systems, see the eukaryotic cell
91
+ cycle model which I released as "cell_cycle" gem.'
89
92
  email:
90
93
  - '"boris@iis.sinica.edu.tw"'
91
94
  executables: []
@@ -139,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
142
  version: '0'
140
143
  requirements: []
141
144
  rubyforge_project:
142
- rubygems_version: 2.2.2
145
+ rubygems_version: 2.5.1
143
146
  signing_key:
144
147
  specification_version: 4
145
148
  summary: A fusion of a universal Petri net with a zz structure that formalizes and