Package samer.units

Class EnergyOperator

  • java.lang.Object
    • samer.units.EnergyOperator
  • All Implemented Interfaces:
    Filter


    public class EnergyOperator
    extends java.lang.Object
    implements Filter
    • Constructor Summary

      Constructors 
      Constructor and Description
      EnergyOperator() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void dispose() 
      double filter(double u0) 
      • Methods inherited from class java.lang.Object

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

      • EnergyOperator

        public EnergyOperator()
    • Method Detail

      • dispose

        public void dispose()
        Specified by:
        dispose in interface Filter
      • filter

        public double filter(double u0)
        Specified by:
        filter in interface Filter