Package net.sourceforge.uiq3.fx603p
Class Op_Stat
- java.lang.Object
-
- net.sourceforge.uiq3.fx603p.Owned_Operation
-
- net.sourceforge.uiq3.fx603p.Programmable_Operation
-
- net.sourceforge.uiq3.fx603p.Op_Stat
-
- All Implemented Interfaces:
net.sourceforge.uiq3.calculator.IClear,net.sourceforge.uiq3.calculator.IOperation,net.sourceforge.uiq3.calculator.IOwned_Operation,net.sourceforge.uiq3.calculator.IProgrammable_Operation,IProgrammable_Operation
abstract class Op_Stat extends Programmable_Operation
Halt Calculator- Author:
- "Martin Krischik" «krischik@users.sourceforge.net»
-
-
Field Summary
Fields Modifier and Type Field Description private static LoggerLoggerClass logger instance.protected net.sourceforge.uiq3.math.NumberMultiplyHow often should Value added.private static StringTAGClass logger tag.protected net.sourceforge.uiq3.math.NumberValueValue to add to staticstic register-
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 Constructor Description Op_Stat(@NotNull Calculator Owner)Create operation and attach to owning calculator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidClear(boolean AC)Reset state - for state full operations.voidExecute(short Opcode)@NotNull StringtoString()Operation as java string-
Methods inherited from class net.sourceforge.uiq3.fx603p.Programmable_Operation
Token
-
Methods inherited from class net.sourceforge.uiq3.fx603p.Owned_Operation
µReset, µReset
-
-
-
-
Field Detail
-
Logger
private static final Logger Logger
Class logger instance.
-
TAG
private static final String TAG
Class logger tag.
-
Multiply
@Nullable protected net.sourceforge.uiq3.math.Number Multiply
How often should Value added.
-
Value
@Nullable protected net.sourceforge.uiq3.math.Number Value
Value to add to staticstic register
-
-
Constructor Detail
-
Op_Stat
Op_Stat(@NotNull @NotNull Calculator Owner)Create operation and attach to owning calculator.- Parameters:
Owner- Calculator which will call this Opcode
-
-
Method Detail
-
Clear
public void Clear(boolean AC)
Reset state - for state full operations.- Parameters:
AC- All Clear reset- See Also:
IClear.Clear(boolean)
-
Execute
public void Execute(short Opcode) throws Error- Throws:
Error- See Also:
IOperation.Execute(short)
-
toString
@NotNull public @NotNull String toString()
Description copied from class:Owned_OperationOperation as java string- Overrides:
toStringin classOwned_Operation- Returns:
- String representation
-
-