Class PCalSingleSrcOperator
java.lang.Object
com.github.JianZhongBerkeley.moduleWrapperIJ.ModuleWrapperIJObject
com.github.JianZhongBerkeley.moduleWrapperIJ.pcalculator.PCalSingleSrcOperator
- All Implemented Interfaces:
ModuleWrapperIJ
- Direct Known Subclasses:
PCalOffset
,PCalPow
,PCalScale
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PCalSingleSrcOperator
public PCalSingleSrcOperator()
-
-
Method Details
-
runGUI
Description copied from class:ModuleWrapperIJObject
processing pipeline when running in GUI mode, which requires to be implemented in subclasses- Specified by:
runGUI
in interfaceModuleWrapperIJ
- Specified by:
runGUI
in classModuleWrapperIJObject
- Parameters:
cmd
- input command strings from GUI plug in configure calls
-
runMacro
Description copied from class:ModuleWrapperIJObject
processing pipeline when running in macro mode, which requires to be implemented in subclasses- Specified by:
runMacro
in interfaceModuleWrapperIJ
- Specified by:
runMacro
in classModuleWrapperIJObject
- Parameters:
cmd
- input command strings from GUI plug in configure calls
-