Package net.sourceforge.uiq3.fx603p
Interface IProgrammable_Operation
-
- All Superinterfaces:
IClear,IOperation,IProgrammable_Operation
- All Known Implementing Classes:
A_Register,Op_1_Div,Op_10_Power,Op_ABC,Op_ABS,Op_AC,Op_Alpha,Op_Arc_Cos,Op_Arc_CosH,Op_Arc_Sin,Op_Arc_SinH,Op_Arc_Tan,Op_Arc_TanH,Op_Cos_E,Op_CosH,Op_DC,Op_Deg,Op_Degree,Op_Dot,Op_DSZ,Op_E_Power,Op_ENG,Op_Equal,Op_EXE,Op_Exp,Op_Factorial,Op_Frac,Op_Goto_Comp,Op_Gra,Op_GSB_Comp,Op_HLT,Op_Ind,Op_Infix,Op_Int,Op_Interface,Op_Inv_Degree,Op_ISZ,Op_Jump,Op_LBL,Op_ln_HEX,Op_LOAD,Op_log,Op_M,Op_M_Minus,Op_M_Plus,Op_MAC,Op_Min_IO,Op_MR_FEXE,Op_NOP,Op_Num,Op_P_Stop,Op_Password,Op_PAUSE,Op_Peek,Op_Percent,Op_Pi,Op_Plane,Op_PlusMinus_A,Op_Poke,Op_PRT,Op_Rad,Op_RAN,Op_RND,Op_RSLOAD,Op_RSSAVE,Op_SAC,Op_SAVE,Op_Sin_D,Op_SinH,Op_Sn,Op_Sn1,Op_Square,Op_Square_Root,Op_Stat,Op_Tan_F,Op_TanH,Op_VER,Op_X_Equal_0,Op_X_Equal_F,Op_X_Greater_Equal_0,Op_X_Greater_Equal_F,Op_X_M,Op_X_Y,Op_xD,Op_xDEL,Op_xMean,Programmable_Operation
public interface IProgrammable_Operation extends IProgrammable_Operation
A Programmable Operation need to be displayed on program mode.- Author:
- Martin Krischik
-
-
Field Summary
Fields Modifier and Type Field Description static short[]No_DisplayNothing to display (we are not using null for that)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull StringToken(short Opcode)string representation suitable for use with serial I/O-
Methods inherited from interface net.sourceforge.uiq3.calculator.IOperation
Execute
-
Methods inherited from interface net.sourceforge.uiq3.calculator.IProgrammable_Operation
Display
-
-