Interface AttributeSetLogDatabaseFactory

All Known Implementing Classes:
DiskBasedAttributeSetLogDatabaseFactory, MemoryBasedAttributeSetLogDatabaseFactory

public interface AttributeSetLogDatabaseFactory
Interface for creating the database an attribute set log uses to store its results.

The model uses a single factory to create one database per attribute set, allowing the storage mechanism (in memory, on disk, or otherwise) to be chosen through the model's configuration settings.

  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new attribute set log database.