de.fu_berlin.ties.io
Interface RestorableContainer
- All Superinterfaces:
- StorableContainer
- All Known Implementing Classes:
- ExtractionContainer, MultiFMetrics
- public interface RestorableContainer
- extends StorableContainer
Classes implementing this interface contain multiple
Storable
objects and support serialization
and deserialization of these objects in a human-readable format.
- Version:
- $Revision: 1.1 $, $Date: 2004/02/12 18:31:09 $, $Author: siefkes $
- Author:
- Christian Siefkes
restoreEntries
public void restoreEntries(FieldContainer fContainer)
throws IllegalArgumentException
- Restores items stored in a field container and adds them to this
instance. The provided field container must have been filled by calling
StorableContainer.storeEntries(FieldContainer)
on a container of the same or
an equivalent type.
- Parameters:
fContainer
- the field container to read
- Throws:
IllegalArgumentException
- if fContainer
contains
a wrong kind of FieldMap
s
Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.