Class TrueCalculator

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

    public class TrueCalculator
    extends java.lang.Object
    implements ICalculator
    Author:
    Ana Andrés
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TrueCalculator()  
    • Method Summary

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

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

      • TrueCalculator

        public TrueCalculator()
    • Method Detail

      • calculate

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