Package net.sourceforge.uiq3.fx603p
Class Programmable_Operation
- java.lang.Object
-
- net.sourceforge.uiq3.fx603p.Owned_Operation
-
- net.sourceforge.uiq3.fx603p.Programmable_Operation
-
- All Implemented Interfaces:
IClear
,IOperation
,IOwned_Operation
,IProgrammable_Operation
,IProgrammable_Operation
- Direct Known Subclasses:
Op_1_Div
,Op_10_Power
,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_Deg
,Op_Degree
,Op_Dot
,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_Jump
,Op_LBL
,Op_ln_HEX
,Op_log
,Op_M
,Op_MAC
,Op_NOP
,Op_Num
,Op_P_Stop
,Op_Password
,Op_PAUSE
,Op_Percent
,Op_Pi
,Op_Plane
,Op_PlusMinus_A
,Op_Rad
,Op_RAN
,Op_RND
,Op_SAC
,Op_Sin_D
,Op_SinH
,Op_Sn
,Op_Sn1
,Op_Square
,Op_Square_Root
,Op_Stat
,Op_Tan_F
,Op_TanH
,Op_X_Y
,Op_xMean
abstract class Programmable_Operation extends Owned_Operation implements IProgrammable_Operation
A Programmable Operation need to be displayed on program mode.- Author:
- Martin Krischik
-
-
Field Summary
-
Fields inherited from class net.sourceforge.uiq3.fx603p.Owned_Operation
Owner
-
Fields inherited from interface net.sourceforge.uiq3.fx603p.IProgrammable_Operation
No_Display
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Programmable_Operation(@NotNull Calculator Owner)
Create operation and attach to owning calculator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
Token(short Opcode)
string representation suitable for use with serial I/O.-
Methods inherited from class net.sourceforge.uiq3.fx603p.Owned_Operation
µReset, µReset, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sourceforge.uiq3.calculator.IOperation
Execute
-
Methods inherited from interface net.sourceforge.uiq3.calculator.IProgrammable_Operation
Display
-
-
-
-
Constructor Detail
-
Programmable_Operation
protected Programmable_Operation(@NotNull @NotNull Calculator Owner)
Create operation and attach to owning calculator.- Parameters:
Owner
- Calculator which will call this Opcode
-
-
Method Detail
-
Token
@NotNull public @NotNull String Token(short Opcode) throws Error
string representation suitable for use with serial I/O.
- Specified by:
Token
in interfaceIProgrammable_Operation
- Parameters:
Opcode
- Virtual CPU Operation to be executed- Returns:
- pure ASCII String
- Throws:
Error
-
-