Class ByPassCalculator

  • All Implemented Interfaces:
    java.io.Serializable, ICalculator

    public class ByPassCalculator
    extends java.lang.Object
    implements ICalculator
    Author:
    Javier Paniza
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object calculate()  
      java.lang.Object getSource()  
      void setSource​(java.lang.Object source)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByPassCalculator

        public ByPassCalculator()
    • Method Detail

      • calculate

        public java.lang.Object calculate()
                                   throws java.lang.Exception
        Specified by:
        calculate in interface ICalculator
        Throws:
        java.lang.Exception
      • getSource

        public java.lang.Object getSource()
      • setSource

        public void setSource​(java.lang.Object source)