Package adams.core
Interface MetaDataProvider
-
public interface MetaDataProviderFor 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 ObjectgetMetaData(Object key)Retrieves the meta-data for the given object.
-