Package microsim.statistics
package microsim.statistics
-
ClassDescriptionA collection filter is used by the
CrossSection
class to filter elements of the source collection.A cross-section is a collection of values each of them representing the status of a given variable of an element of a collection of agents.Used by statistical objects to access arrays of double values.Used by statistical object to access double data.Used by statistical objects to access arrays of integer values.Used by statistical object to access integer data.Used by statistical object to access array of long values.Used by statistical object to access long data.Used by statistical object to access object data.A series is a sequential collection of values coming from a given variable source over time.Used by statistical object to access string data.The time checker is used by all the classes implementing theUpdatableSource
interface to avoid repetitive updates.
Every time theUpdatableSource.updateSource()
method of the user class is invoked, it asksTimeChecker
if the update has been done yet at the current simulation time.
If the time checker is disabled it forces users to always update themselves.A container for multiple synchronized time series.An updatable source is a class implementing one of the *Source interfaces, which needs to be updated to refresh its data.