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