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 Detail

      • getMetaData

        Object getMetaData​(Object key)
        Retrieves the meta-data for the given object. Can return null if no meta-data available.
        Parameters:
        key - the object to retrieve the meta-data for
        Returns:
        the meta-data or null if none available