Class DiffnProfile

All Implemented Interfaces:
Serializable, Cloneable, Iterable<ProfileItem>, Collection<ProfileItem>, List<ProfileItem>, RandomAccess

class DiffnProfile extends Profile
Defines a basic data structure to keep the profile for the diff2/1 constraints. It consists of ordered pair of time points and the current value.
Version:
4.8
  • Field Details

  • Constructor Details

    • DiffnProfile

      DiffnProfile()
  • Method Details

    • make

      void make(int i, int j, Rectangle r, int begin, int end, List<Rectangle> Rs)
    • max

      public int max()
      Description copied from class: Profile
      It returns the max height of the profile item encountered in the profile.
      Overrides:
      max in class Profile
      Returns:
      the max height.