class PetriNet::Marking

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 15
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 21
def validate
end