Class Mat5Array
- java.lang.Object
-
- adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
-
- adams.gui.visualization.debug.inspectionhandler.Mat5Array
-
public class Mat5Array extends AbstractInspectionHandler
For inspecting Matlab Array/Struct objects.- 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 Mat5Array()
-
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
-
-