Class Owned_Operation

    • 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 interface net.sourceforge.uiq3.calculator.IOwned_Operation