Interface ProgramChangeSet

    • Method Detail

      • getAddressSetCollectionSinceLastSave

        AddressSetCollection getAddressSetCollectionSinceLastSave()
        Gets an AddressSetCollection which contains the addressSets that track all the addresses where changes have occurred since the last save.
        Returns:
        AddressSetCollection containing all addresses that changed since the last save.
      • getAddressSetCollectionSinceCheckout

        AddressSetCollection getAddressSetCollectionSinceCheckout()
        Gets an AddressSetCollection which contains the addressSets that track all the addresses where changes have occurred since the file was checked out. If the file is not versioned, this AddressSetCollection will be empty.
        Returns:
        AddressSetCollection containing all addresses that changed since the program was checked out.