Package net.sourceforge.uiq3.fx602p
Class Op_Sn1
- java.lang.Object
-
- net.sourceforge.uiq3.fx602p.Owned_Operation
-
- net.sourceforge.uiq3.fx602p.Op_Sn1
-
- All Implemented Interfaces:
IClear,IOperation,IOwned_Operation,IProgrammable_Operation
final class Op_Sn1 extends Owned_Operation implements IProgrammable_Operation
Halt Calculator- Author:
- "Martin Krischik" «krischik@users.sourceforge.net»
-
-
Field Summary
Fields Modifier and Type Field Description private static short[]Display_TextTest to Dispay on Program, Print and Debug.private static LoggerLoggerClass logger instance.private static StringTAGClass logger tag.-
Fields inherited from class net.sourceforge.uiq3.fx602p.Owned_Operation
Owner
-
-
Constructor Summary
Constructors Constructor Description Op_Sn1(@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.@org.jetbrains.annotations.NotNull short[]Display(short Opcode)Display operation in program mode.voidExecute(short Opcode)√ ((Σ(x²) - Σ(x)² / n) / (n-1))-
Methods inherited from class net.sourceforge.uiq3.fx602p.Owned_Operation
µReset, toString
-
-
-
-
Constructor Detail
-
Op_Sn1
public Op_Sn1(@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.- Specified by:
Clearin interfaceIClear- Parameters:
AC- All Clear reset- See Also:
IClear.Clear(boolean)
-
Display
@NotNull public @org.jetbrains.annotations.NotNull short[] Display(short Opcode) throws Op_ErrorDisplay operation in program mode.- Specified by:
Displayin interfaceIProgrammable_Operation- Parameters:
Opcode- Virtual CPU Operation to be executed- Returns:
- String to be displayed
- Throws:
Op_Error- See Also:
IProgrammable_Operation.Display(short)
-
Execute
public void Execute(short Opcode) throws Op_Error, Error, M_Error√ ((Σ(x²) - Σ(x)² / n) / (n-1))- Specified by:
Executein interfaceIOperation- Parameters:
Opcode- Virtual CPU Operation to be executed- Throws:
Error- "Error" is an abstract exception class representing all possible errors the calculator can produce.Op_ErrorErrorM_Error- See Also:
IOperation.Execute(short)
-
-