de.fu_berlin.ties.io
Interface StorableContainer

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

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.5 $, $Date: 2006/10/21 16:04:22 $, $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

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-2007 Christian Siefkes. All Rights Reserved.