Package profiles

Class Profile1D


  • public class Profile1D
    extends Object
    • Field Detail

      • start_time

        public float start_time
    • Method Detail

      • validate_pre_init

        public void validate_pre_init​(OTMErrorLog errorLog)
      • add_entry

        public void add_entry​(double x)
      • multiply

        public void multiply​(double x)
      • round

        public void round()
      • pad_to_length

        public void pad_to_length​(int newsize)
      • difftimes

        public List<Double> difftimes​(double alpha)
        used to convert cumulative counts to flows
      • get_dt

        public Float get_dt()
      • get_length

        public int get_length()
      • get_index_for_time

        public int get_index_for_time​(float time)
      • get_value_for_time

        public double get_value_for_time​(float time)
      • get_change_following

        public TimeValue get_change_following​(float now)
      • get_ith_value

        public double get_ith_value​(int i)
      • get_next_update_time

        public float get_next_update_time​(float now)
      • plot_and_save

        public void plot_and_save​(String filename)
      • get_series

        public org.jfree.data.xy.XYSeries get_series​(String key)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object