Module: YPetri::Simulation::Transitions::Type_t

Includes:
Type_a
Included in:
Type_tS, Type_ts
Defined in:
lib/y_petri/simulation/transitions/t.rb

Instance Method Summary collapse

Instance Method Details

#deltaObject Also known as: delta_all

State change if the timeless transitions fire once.



11
12
13
# File 'lib/y_petri/simulation/transitions/t.rb', line 11

def delta
  ts.delta + tS.delta
end

#ΔObject

State change if the timeless transitions fire once.



17
18
19
# File 'lib/y_petri/simulation/transitions/t.rb', line 17

def Δ
  tS.Δ + ts.Δ
end