Package adams.core
Interface MetaDataProvider
-
public interface MetaDataProvider
For classes that provide additional information for their objects. These objects act as keys in the retrieval of the meta-data.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getMetaData(Object key)
Retrieves the meta-data for the given object.
-