Package samer.maths

Class Parameter

  • java.lang.Object
    • samer.maths.Parameter


  • public abstract class Parameter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Parameter() 
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      double get() 
      void set(double t) 
      protected abstract void setParameter(double t) 
      • Methods inherited from class java.lang.Object

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

      • Parameter

        public Parameter()
    • Method Detail

      • get

        public double get()
      • set

        public void set(double t)
      • setParameter

        protected abstract void setParameter(double t)