Class AllocatedGroupRange


public class AllocatedGroupRange extends AddressRange
  • Constructor Details

    • AllocatedGroupRange

      public AllocatedGroupRange(int lowAddress, int highAddress)
      Constructs AllocatedGroupRange for provisioner
      Parameters:
      lowAddress - low address of group range
      highAddress - high address of group range
  • Method Details

    • getLowerBound

      public final int getLowerBound()
      Description copied from class: Range
      Returns the lower bound of the Range
      Specified by:
      getLowerBound in class Range
    • getUpperBound

      public final int getUpperBound()
      Description copied from class: Range
      Returns the upper bound of the range
      Specified by:
      getUpperBound in class Range
    • getLowAddress

      public int getLowAddress()
      Description copied from class: AddressRange
      Returns the low address of the allocated group address
      Specified by:
      getLowAddress in class AddressRange
      Returns:
      low address
    • setLowAddress

      public void setLowAddress(int lowAddress)
      Sets the low address of the allocated group address
      Parameters:
      lowAddress - of the group range
    • getHighAddress

      public int getHighAddress()
      Description copied from class: AddressRange
      Returns the high address of the allocated group range
      Specified by:
      getHighAddress in class AddressRange
      Returns:
      highAddress of the group range
    • setHighAddress

      public void setHighAddress(int highAddress)
      Sets the high address of the group address
      Parameters:
      highAddress - of the group range