Class NoFreezeSelector

  • All Implemented Interfaces:
    IFreezeSelector

    public class NoFreezeSelector
    extends java.lang.Object
    implements IFreezeSelector
    A freeze selector which does not freeze any variable.
    Author:
    Holger Eichelberger
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NoFreezeSelector()
      Prevents external creation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean shallFreeze​(IDecisionVariable variable)
      Returns whether variable shall be frozen.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoFreezeSelector

        private NoFreezeSelector()
        Prevents external creation.
    • Method Detail

      • shallFreeze

        public boolean shallFreeze​(IDecisionVariable variable)
        Description copied from interface: IFreezeSelector
        Returns whether variable shall be frozen.
        Specified by:
        shallFreeze in interface IFreezeSelector
        Parameters:
        variable - the variable to be tested
        Returns:
        true if variable shall be frozen, false else