RubyGems Navigation menu

y_petri 2.4.9

YPetri is a DSL (domain-specific language) for modelling of dynamical systems. It is biologically inspired, but concerns of biology and chemistry have been purposely separated away from it. YPetri caters solely to the two main concerns of modelling, model specification and simulation, and it excels in the first one. Dynamical systems are described under a Petri net paradigm. YPetri implements a universal Petri net abstraction that integrates discrete/continous, timed/timeless and stoichiometric/nonstoichiometric dichotomies of the extended Petri nets, and allows efficient specification of any kind of dynamical system. Like Petri nets themselves, YPetri was inspired by problems from the domain of chemistry (biochemical pathway modelling), but is not specific to it. Other gems, YChem and YCell are planned to cater to the concerns specific to chemistry and cell biochemistry. A lower-level extension of YPetri is currently under development under the name YNelson. Its usage is practically identical to YPetri, so any YPetri user can now consider using YNelson instead. YNelson covers additional concerns: it allows relations among nodes and parameters to be specified under a zz structure paradigm (developed by Ted Nelson) and it is also aimed towards providing a higher level of abstraction in Petri net specification by providing commands that create more than one Petri net node per command. YPetri documentation is avalable online, but due to formatting issues, you may prefer to generate the documentation on your own by running rdoc in the gem directory. As for the user manuals, there are currently 3 documents applicable for both YPetri and YNelson, whose master copies are stored in the YNelson source directory: 1. Introduction to YNelson and YPetri (hands-on tutorial), 2. Object model of YNelson and YPetri, 3. Introduction to Ruby for YNelson users. These manuals are written to allow beginners, including those unfamiliar with Ruby, to start working with YPetri and/or YNelson. 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.4.9 - July 13, 2016 (923.5 KB)
  2. 2.4.8 - June 28, 2016 (404.5 KB)
  3. 2.4.6 - June 24, 2016 (883.5 KB)
  4. 2.4.4 - June 23, 2016 (408.5 KB)
  5. 2.4.3 - June 22, 2016 (408.5 KB)
顯示所有版本(共 65)

Runtime 相依性套件 (4):

Development 相依性套件 (2):

bundler ~> 1.6
rake >= 0

擁有者:

作者:

  • boris

SHA 256 checksum:

a7fc12cef89a2f97c5fb99dbe545203272a236a520f99e8d430790e9557dc55b

總下載次數 161,443

這個版本 3,687

License:

GPLv3

Ruby 版本需求: >= 2.0

相關連結: