Sha256: 7816737c9da884eb090900768c04cbb93ee0ad246d0f27e74d925026148b9bb3
Contents?: true
Size: 565 Bytes
Versions: 39
Compression:
Stored size: 565 Bytes
Contents
#encoding: utf-8 # A mixin for s (nonstoichiometric) transition representations. # class YPetri::Simulation::TransitionRepresentation module Type_s include Type_a # False for non-stoichiometric transitions. # def S? false end alias stoichiometric? S? # True for stoichiometric transitions. # def s? true end alias nonstoichiometric? s? # Initialization subroutine. # def init super end end # module Type_s end # class YPetri::Simulation::TransitionRepresentation
Version data entries
39 entries across 39 versions & 1 rubygems