Class RepresentableT


  • public class RepresentableT
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double dt  
      protected double t  
    • Constructor Summary

      Constructors 
      Constructor Description
      RepresentableT()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getTD()  
      void next()  
      void setTD​(double t)  
      • Methods inherited from class java.lang.Object

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

      • t

        protected double t
      • dt

        protected double dt
    • Constructor Detail

      • RepresentableT

        public RepresentableT()
    • Method Detail

      • getTD

        public double getTD()
      • setTD

        public void setTD​(double t)
      • next

        public void next()