Module: YPetri::Simulation::Transitions::Type_t
Instance Method Summary collapse
-
#delta ⇒ Object
(also: #delta_all)
State change if the timeless transitions fire once.
-
#Δ ⇒ Object
State change if the timeless transitions fire once.
Instance Method Details
#delta ⇒ Object 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 |