Uses of Interface
modelarium.scheduler.ModelScheduler
Packages that use ModelScheduler
Package
Description
Modelarium API.
Scheduling and execution control for Modelarium simulations.
-
Uses of ModelScheduler in modelarium
Methods in modelarium that return ModelSchedulerMethods in modelarium with parameters of type ModelSchedulerModifier and TypeMethodDescriptionvoidModelSettings.setModelScheduler(ModelScheduler modelScheduler) Sets the scheduler used to coordinate agent and environment updates. -
Uses of ModelScheduler in modelarium.scheduler
Classes in modelarium.scheduler that implement ModelSchedulerModifier and TypeClassDescriptionclassA scheduler implementation that delegates each simulation tick to a user-defined function.classA scheduler that executes each agent in the order they appear in the agent set.classA scheduler that executes agents in a randomised order for each tick.