Package modelarium.entities.logging
@PublicApi
package modelarium.entities.logging
Provides logs which associate an entity and attribute set with recorded attribute series.
Logs are normally created and managed by entities; applications generally consume them through the read-only results API after a run.
-
ClassesClassDescriptionAttributeSetLog<C extends SimulationContext>Stores and manages the logged results for a single
AttributeSet, including properties and events marked for logging.EntityLog<SC extends SimulationContext,C extends Context, AS extends AttributeSet<SC, C>, ASL extends AttributeSetLog<SC>> Class for collecting the attribute set logs of a single entity.