Interface ExecutableInstancePropertyTracker

    • Method Detail

      • clearChangedProperties

        void clearChangedProperties()
        Clears (resets) all properties to be unchanged.
      • getChangedNodes

        Set<Integer> getChangedNodes()
        Returns the set of nodes which have changed properties. The set is empty in case no property has been changed.
        Returns:
        The set of nodes which have changed properties.