Class ModuleWrapperIJObject
java.lang.Object
com.github.JianZhongBerkeley.moduleWrapperIJ.ModuleWrapperIJObject
- All Implemented Interfaces:
ModuleWrapperIJ
- Direct Known Subclasses:
JepRunSimpleScript
,PCalDoubleSrcOperator
,PCalSingleSrcOperator
,ScipyButterworthFilter
,ScipyFunction
,UtilsArrayMovingAvg
,UtilsCropArrayIdx
,UtilsPadArray
ModuleWrapperIJObject is an abstract class which can be used as super class to integrate calculation modules with Profile Tools PlugIn
- Version:
- 1.0
- Author:
- jian zhong
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ModuleWrapperIJObject
public ModuleWrapperIJObject()Constructor, initialize class properties space
-
-
Method Details
-
runGUI
processing pipeline when running in GUI mode, which requires to be implemented in subclasses- Specified by:
runGUI
in interfaceModuleWrapperIJ
- Parameters:
cmd
- input command strings from GUI plug in configure calls
-
runMacro
processing pipeline when running in macro mode, which requires to be implemented in subclasses- Specified by:
runMacro
in interfaceModuleWrapperIJ
- Parameters:
cmd
- input command strings from GUI plug in configure calls
-