Class InformativeStatisticSupporter
- java.lang.Object
-
- adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
-
- adams.gui.visualization.debug.inspectionhandler.InformativeStatisticSupporter
-
public class InformativeStatisticSupporter extends AbstractInspectionHandler
Provides further insight intoInformativeStatisticSupporter
objects.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
-
Fields inherited from class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
m_Cache, m_HandlerClasses, m_Handlers
-
-
Constructor Summary
Constructors Constructor Description InformativeStatisticSupporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handles(Class cls)
Checks whether the handler can handle the specified class.Hashtable<String,Object>
inspect(Object obj)
Returns further inspection values.-
Methods inherited from class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
getHandler, getHandler, getHandlers, initHandlers, instantiate
-
-
-
-
Method Detail
-
handles
public boolean handles(Class cls)
Checks whether the handler can handle the specified class.- Specified by:
handles
in classAbstractInspectionHandler
- Parameters:
cls
- the class to check- Returns:
- true if the handler can handle this type of object
-
-