Package de.cesr.lara.components.container.storage

Interface Summary
LaraOverwriteStorage<PropertyType extends LaraProperty<PropertyType,?>> The interface is intended for simple storages that do not care about time steps (i.e. store only the latest entry for a specific key).
LaraStorage<PropertyType extends LaraProperty<? extends PropertyType,?>> The LaraStorage provides a general abstract data type that stores instances of LaraProperty each identified by a key of type String.
LaraStorageListener  
 

Enum Summary
LaraStorageListener.StorageEvent Categories of storage property processes a listener may be registered for.