Interface IEventType

  • All Known Implementing Classes:
    GraphEventType, IntEventType, PropagatorEventType, RealEventType, SetEventType

    public interface IEventType
    An interface to define event to categorize the filtering algorithm to apply.
    Event can promoted or strengthened (cf. "CHOCO : implementing a CP kernel" -- F. Laburthe, 2000).
    Since:
    01/12/11
    Author:
    Charles Prud'homme
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALL_EVENTS  
    • Method Detail

      • getMask

        int getMask()
        Return the value of the mask associated with the event.
        Returns:
        the mask of the event.