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
(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 is a website building & hosting documentation for Clojure/Script libraries
× close