Package adams.core
Interface AdditionalDataProvider
-
public interface AdditionalDataProvider
Interface for GOE classes that provide additional information apart from the globalInfo() method. Information will be displayed in the GOE.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getAdditionalData()
Returns the additional data.
-