Uses of Class
modelarium.entities.logging.AttributeSetLog
Packages that use AttributeSetLog
Package
Description
Defines the agents and environment which make up a Modelarium simulation.
Provides named, ordered collections of agent and environment attributes.
Provides read-only views of agent and environment attribute sets.
Provides logs which associate an entity and attribute set with recorded attribute series.
Provides read-only views of agents, environments, and their common entity state.
-
Uses of AttributeSetLog in modelarium.entities
Classes in modelarium.entities with type parameters of type AttributeSetLogModifier and TypeClassDescriptionclassEntity<SC extends SimulationContext,C extends Context, AS extends AttributeSet<SC, C>, ASL extends AttributeSetLog<SC>> Abstract class for representing an element of the model that owns attribute sets and can be run each tick. -
Uses of AttributeSetLog in modelarium.entities.attributes.sets
Methods in modelarium.entities.attributes.sets that return AttributeSetLogModifier and TypeMethodDescriptionAttributeSet.getLog()Returns the log recording the values of this set's logged attributes. -
Uses of AttributeSetLog in modelarium.entities.attributes.sets.readonly
Methods in modelarium.entities.attributes.sets.readonly that return AttributeSetLogModifier and TypeMethodDescriptionReadOnlyAttributeSet.getLog()Returns the log recording the values of the wrapped set's logged attributes. -
Uses of AttributeSetLog in modelarium.entities.logging
Classes in modelarium.entities.logging with type parameters of type AttributeSetLogModifier and TypeClassDescriptionclassEntityLog<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. -
Uses of AttributeSetLog in modelarium.entities.readonly
Classes in modelarium.entities.readonly with type parameters of type AttributeSetLogModifier and TypeClassDescriptionclassReadOnlyEntity<SC extends SimulationContext,C extends Context, AS extends AttributeSet<SC, C>, ASL extends AttributeSetLog<SC>> Abstract class for providing a read-only view of anEntity.