Uses of Class
modelarium.entities.logging.databases.AttributeSetLogDatabase
Packages that use AttributeSetLogDatabase
Package
Description
Provides memory- and disk-backed storage for attribute log series.
Provides factories which select and create the logging backend used by a model run.
-
Uses of AttributeSetLogDatabase in modelarium.entities.logging.databases
Subclasses of AttributeSetLogDatabase in modelarium.entities.logging.databasesModifier and TypeClassDescriptionclassConcrete implementation ofAttributeSetLogDatabasethat stores results in an SQLite database file.classAn in-memory implementation ofAttributeSetLogDatabase. -
Uses of AttributeSetLogDatabase in modelarium.entities.logging.databases.factories
Methods in modelarium.entities.logging.databases.factories that return AttributeSetLogDatabaseModifier and TypeMethodDescriptionAttributeSetLogDatabaseFactory.create()Creates a new attribute set log database.DiskBasedAttributeSetLogDatabaseFactory.create()Creates a new disk-based attribute set log database.MemoryBasedAttributeSetLogDatabaseFactory.create()Creates a new memory-based attribute set log database.