Simulation domain, that can be tested from console Used to help during development of simulation de concepts
Simulation domain, that can be tested from console Used to help during development of simulation de concepts
(evt-init {:automaton-simulation-de.simulation-engine/keys [date]}
_state
future-events)
Add all products arrival to machine M1
Add all products arrival to machine M1
(machine-arrive {:automaton-simulation-de.simulation-engine/keys [date]
:automaton-simulation-de.demo.simulation-engine/keys [product
machine]}
state
future-events)
Product p
is added on machine m
input buffer at date d
Creates a new event machine start for the same product p
starts on machine m
at date d
Product `p` is added on machine `m` input buffer at date `d` Creates a new event machine start for the same product `p` starts on machine `m` at date `d`
(machine-process {:automaton-simulation-de.simulation-engine/keys [date]
:automaton-simulation-de.demo.simulation-engine/keys
[product machine]}
state
future-events)
(machine-terminate {:automaton-simulation-de.simulation-engine/keys [date]
:automaton-simulation-de.demo.simulation-engine/keys
[product machine]}
state
future-events)
(part-terminate _ state future-events)
(registries)
(state-rendering state)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |