Package net.sourceforge.uiq3.fx602p
Class Owned_Operation
- java.lang.Object
-
- net.sourceforge.uiq3.fx602p.Owned_Operation
-
- All Implemented Interfaces:
IClear
,IOperation
,IOwned_Operation
- Direct Known Subclasses:
Keyboard
,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
,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
,Op_Gra
,Op_GSB
,Op_HLT
,Op_Ind
,Op_Infix
,Op_Int
,Op_Interface
,Op_Inv_Degree
,Op_Jump
,Op_LBL
,Op_ln
,Op_log
,Op_M
,Op_MAC
,Op_Num
,Op_Password
,Op_PAUSE
,Op_Percent
,Op_Pi
,Op_Plane
,Op_Plus_Minus
,Op_Rad
,Op_RAN
,Op_RND
,Op_SAC
,Op_Sin
,Op_SinH
,Op_Sn
,Op_Sn1
,Op_Square
,Op_Square_Root
,Op_Stat
,Op_Stop
,Op_Tan
,Op_TanH
,Op_X_Y
,Op_xMean
abstract class Owned_Operation extends Object implements IOwned_Operation
Almost all operations are owned by the calculator and need access to the owner.- Author:
- "Martin Krischik" «krischik@users.sourceforge.net»
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Owned_Operation(@NotNull Calculator Owner)
Create operation and attach to owning calculator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
µReset()
reset indirect and token planeString
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
-
-
-
-
Field Detail
-
Logger
private static final Logger Logger
Class logger instance.
-
TAG
private static final String TAG
Class logger tag.
-
Owner
@NotNull protected final @NotNull Calculator Owner
Owner instance of this Operation
-
-
Constructor Detail
-
Owned_Operation
protected Owned_Operation(@NotNull @NotNull Calculator Owner)
Create operation and attach to owning calculator.- Parameters:
Owner
- Calculator which will call this Opcode
-
-
Method Detail
-
µReset
public final void µReset()
reset indirect and token plane
- Specified by:
µReset
in interfaceIOwned_Operation
-
-