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 {:keys [:automaton-simulation-de.scheduler.event/date]}
_state
future-events)
Add all products arrival to machine M1
Add all products arrival to machine M1
(machine-arrive {:keys [:automaton-simulation-de.scheduler.event/date
:automaton-simulation-de.demo.toy-example/product
:automaton-simulation-de.demo.toy-example/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 {:keys [:automaton-simulation-de.scheduler.event/date
:automaton-simulation-de.demo.toy-example/product
:automaton-simulation-de.demo.toy-example/machine]}
state
future-events)
(machine-terminate {:keys [:automaton-simulation-de.scheduler.event/date
:automaton-simulation-de.demo.toy-example/product
:automaton-simulation-de.demo.toy-example/machine]}
state
future-events)
(part-terminate _ state future-events)
(state-rendering state)
(toy-example-schedule)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close