Uses of Class
modelarium.results.Results
Packages that use Results
Package
Description
Modelarium API.
Internal multithreading and parallel execution support.
Result recording and retrieval for Modelarium simulations.
-
Uses of Results in modelarium
Methods in modelarium with type parameters of type ResultsModifier and TypeMethodDescription<T extends Results>
voidModelSettings.setResultsClass(Class<T> resultsClass) Sets the results class that will be used to store and process simulation data.Methods in modelarium that return ResultsModifier and TypeMethodDescriptionModelSettings.getResults()Model.run()Runs the agent-based model according to the configured settings.Methods in modelarium with parameters of type ResultsModifier and TypeMethodDescriptionvoidModelSettings.setResults(Results results) Sets the results instance that will be used to store and process simulation data. -
Uses of Results in modelarium.multithreading
Classes in modelarium.multithreading with type parameters of type ResultsModifier and TypeClassDescriptionclassWorkerThread<T extends Results>Represents a single worker thread responsible for simulating one subset of agents across the configured number of ticks.Methods in modelarium.multithreading that return Results -
Uses of Results in modelarium.results
Subclasses of Results in modelarium.resultsModifier and TypeClassDescriptionclassA functional implementation ofResultsthat allows users to define accumulation logic using functional interfaces.Methods in modelarium.results that return ResultsMethods in modelarium.results with parameters of type ResultsModifier and TypeMethodDescriptionvoidResults.mergeWithBeforeAccumulation(Results otherResults) Merges agent results from another simulation run prior to accumulation.