Interface IFixChange


  • public interface IFixChange
    The single change that is being defined by a specific IFixVariant of a specific IFix The change is a definition of some model data/language data/resource change that is being defined during the IFixVariant#prepareChanges() fix performing state. The direct execution is impossible as the defined change may/will be used for the preview first, and only than the execution will be performed. Typical change contains the target object, the definition/data of the place to set the change into, and so on. See the corresponding IFixChangeProcessor for the corresonding processing logic