Interface IOperation


  • public interface IOperation
    Generic interface used to undo modifications upon backtracking
    Since:
    11/02/11
    Author:
    Charles Prud'homme, Jean-Guillaume Fages
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void undo()
      Method called by the environment upon backtracking, to undo this operation
    • Method Detail

      • undo

        void undo()
        Method called by the environment upon backtracking, to undo this operation