class PetriNet::Marking
Attributes
description[RW]
depricated
id[RW]
depricated
name[RW]
depricated
timestep[RW]
depricated
Public Class Methods
new(_options = {}) { |self| ... }
click to toggle source
Create a new marking. depricated
# File lib/petri_net/marking.rb, line 17 def initialize(_options = {}, &block) yield self unless block.nil? end
Public Instance Methods
to_s()
click to toggle source
Stringify this marking.
# File lib/petri_net/marking.rb, line 25 def to_s; end
validate()
click to toggle source
Validate this marking.
# File lib/petri_net/marking.rb, line 22 def validate; end