de.fu_berlin.ties.io
Interface StorableContainer

All Known Subinterfaces:
MultiFMetricsView, RestorableContainer
All Known Implementing Classes:
ExtractionContainer, MultiFMetrics

public interface StorableContainer

Classes implementing this interface contain multiple Storable objects and support serialization of these objects in a human-readable format, by storing them in a FieldContainer.

Version:
$Revision: 1.2 $, $Date: 2004/02/12 18:31:09 $, $Author: siefkes $
Author:
Christian Siefkes

Method Summary
 void storeEntries(FieldContainer fContainer)
          Adds all relevant Storable items in this object to a field container for serialization.
 

Method Detail

storeEntries

public void storeEntries(FieldContainer fContainer)
Adds all relevant Storable items in this object to a field container for serialization.

Parameters:
fContainer - the field container to fill


Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.