org.opt4j.tutorial.operator
Class MyOperatorModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.opt4j.core.start.Opt4JModule
          extended by org.opt4j.operators.OperatorModule<org.opt4j.operators.crossover.Crossover<?>>
              extended by org.opt4j.operators.crossover.CrossoverModule
                  extended by org.opt4j.tutorial.operator.MyOperatorModule
All Implemented Interfaces:
com.google.inject.Module

public class MyOperatorModule
extends org.opt4j.operators.crossover.CrossoverModule


Field Summary
 
Fields inherited from class org.opt4j.core.start.Opt4JModule
SINGLETON
 
Constructor Summary
MyOperatorModule()
           
 
Method Summary
protected  void config()
           
 
Methods inherited from class org.opt4j.operators.crossover.CrossoverModule
getOperatorTypeLiteral
 
Methods inherited from class org.opt4j.operators.OperatorModule
addOperator, addOperator, addOperator
 
Methods inherited from class org.opt4j.core.start.Opt4JModule
addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, bindConstant, bindConstant, bindConstant, bindConstant, configure, constant, multi
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, 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

MyOperatorModule

public MyOperatorModule()
Method Detail

config

protected void config()
Specified by:
config in class org.opt4j.core.start.Opt4JModule