public abstract class NeighborModule extends OperatorModule<Neighbor<?>>
NeighborModule
is used for modules for the Neighbor
operator.
A new Neighbor
operator can be registered by implementing this module
and adding the operator with OperatorModule.addOperator(java.lang.Class<? extends P>)
.Neighbor
Constructor and Description |
---|
NeighborModule() |
Modifier and Type | Method and Description |
---|---|
protected com.google.inject.TypeLiteral<Neighbor<?>> |
getOperatorTypeLiteral() |
addOperator, addOperator, addOperator, addOperatorSelector, addOperatorSelectorInstance
addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, bindConstant, bindConstant, bindConstant, bindConstant, config, configure, constant, multi
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
protected com.google.inject.TypeLiteral<Neighbor<?>> getOperatorTypeLiteral()
getOperatorTypeLiteral
in class OperatorModule<Neighbor<?>>