module YPetri::Simulation::Transitions::Type_t

Public Instance Methods

delta() click to toggle source

State change if the timeless transitions fire once.

# File lib/y_petri/simulation/transitions/t.rb, line 11
def delta
  ts.delta + tS.delta
end
Also aliased as: delta_all
delta_all()
Alias for: delta
Δ() click to toggle source

State change if the timeless transitions fire once.

# File lib/y_petri/simulation/transitions/t.rb, line 17
def Δ
  tS.Δ + ts.Δ
end