Class CoolingScheduleModule

  • All Implemented Interfaces:
    com.google.inject.Module
    Direct Known Subclasses:
    CoolingSchedulesModule

    public abstract class CoolingScheduleModule
    extends org.opt4j.core.start.Opt4JModule
    Abstract class for modules that bind to the CoolingSchedule interface.
    • Field Summary

      • Fields inherited from class org.opt4j.core.start.Opt4JModule

        SINGLETON
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void bindCoolingSchedule​(java.lang.Class<? extends CoolingSchedule> coolingSchedule)
      Binds the given CoolingSchedule.
      • Methods inherited from class org.opt4j.core.start.Opt4JModule

        addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, bindConstant, bindConstant, bindConstant, bindConstant, config, configure, constant, multi
      • Methods inherited from class com.google.inject.AbstractModule

        addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
      • Methods inherited from class java.lang.Object

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

      • CoolingScheduleModule

        public CoolingScheduleModule()
    • Method Detail

      • bindCoolingSchedule

        protected void bindCoolingSchedule​(java.lang.Class<? extends CoolingSchedule> coolingSchedule)
        Binds the given CoolingSchedule.
        Parameters:
        coolingSchedule - the CoolingSchedule to bind