Class SelectorModule

    • Field Summary

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

        SINGLETON
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectorModule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void bindSelector​(java.lang.Class<? extends Selector> selector)
      Binds the given Selector.
      • 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

      • SelectorModule

        public SelectorModule()
    • Method Detail

      • bindSelector

        protected void bindSelector​(java.lang.Class<? extends Selector> selector)
        Binds the given Selector.
        Parameters:
        selector - the selector to bind