Uses of Class
modelarium.attributes.results.databases.AttributeSetResultsDatabase
Packages that use AttributeSetResultsDatabase
Package
Description
Database-backed storage for attribute-based simulation results.
-
Uses of AttributeSetResultsDatabase in modelarium.attributes.results.databases
Subclasses of AttributeSetResultsDatabase in modelarium.attributes.results.databasesModifier and TypeClassDescriptionclassConcrete implementation ofAttributeSetResultsDatabasethat stores results in a temporary SQLite database file.classAn in-memory implementation ofAttributeSetResultsDatabase.Methods in modelarium.attributes.results.databases with type parameters of type AttributeSetResultsDatabaseModifier and TypeMethodDescriptionstatic <T extends AttributeSetResultsDatabase>
voidAttributeSetResultsDatabaseFactory.setDatabaseClass(Class<T> databaseClass) Manually sets the class used for creating result databases.Methods in modelarium.attributes.results.databases that return AttributeSetResultsDatabaseModifier and TypeMethodDescriptionstatic AttributeSetResultsDatabaseAttributeSetResultsDatabaseFactory.createDatabase()Creates a new instance of the configured results database.Method parameters in modelarium.attributes.results.databases with type arguments of type AttributeSetResultsDatabaseModifier and TypeMethodDescriptionstatic voidAttributeSetResultsDatabaseFactory.setCustomFactory(Supplier<AttributeSetResultsDatabase> factory) Sets a custom factory to be used instead of the default class-based instantiation.