|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VariableListener in org.optaplanner.core.impl.domain.variable.anchor |
---|
Classes in org.optaplanner.core.impl.domain.variable.anchor that implement VariableListener | |
---|---|
class |
AnchorVariableListener
|
class |
ExternalizedAnchorVariableSupply
Alternative to AnchorVariableListener . |
Methods in org.optaplanner.core.impl.domain.variable.anchor that return VariableListener | |
---|---|
VariableListener |
AnchorShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector)
|
Uses of VariableListener in org.optaplanner.core.impl.domain.variable.custom |
---|
Fields in org.optaplanner.core.impl.domain.variable.custom with type parameters of type VariableListener | |
---|---|
protected Class<? extends VariableListener> |
CustomShadowVariableDescriptor.variableListenerClass
|
Methods in org.optaplanner.core.impl.domain.variable.custom that return VariableListener | |
---|---|
VariableListener |
CustomShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector)
|
Uses of VariableListener in org.optaplanner.core.impl.domain.variable.descriptor |
---|
Methods in org.optaplanner.core.impl.domain.variable.descriptor that return VariableListener | |
---|---|
abstract VariableListener |
ShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector)
|
Uses of VariableListener in org.optaplanner.core.impl.domain.variable.inverserelation |
---|
Classes in org.optaplanner.core.impl.domain.variable.inverserelation that implement VariableListener | |
---|---|
class |
ExternalizedSingletonInverseVariableSupply
Alternative to SingletonInverseVariableListener . |
class |
SingletonInverseVariableListener
|
Methods in org.optaplanner.core.impl.domain.variable.inverserelation that return VariableListener | |
---|---|
VariableListener |
InverseRelationShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector)
|
Uses of VariableListener in org.optaplanner.core.impl.domain.variable.listener |
---|
Subinterfaces of VariableListener in org.optaplanner.core.impl.domain.variable.listener | |
---|---|
interface |
StatefulVariableListener<EntityG>
A stateful VariableListener ,
often used to externalize data for a supply from the domain model itself. |
Fields in org.optaplanner.core.impl.domain.variable.listener with type parameters of type VariableListener | |
---|---|
protected Map<EntityDescriptor,List<VariableListener>> |
VariableListenerSupport.entityVariableListenerMap
|
protected Map<VariableDescriptor,List<VariableListener>> |
VariableListenerSupport.variableListenerMap
|
Method parameters in org.optaplanner.core.impl.domain.variable.listener with type arguments of type VariableListener | |
---|---|
void |
VariableListenerSupport.buildVariableListeners(List<VariableListener> entityVariableListenerList,
VariableDescriptor variableDescriptor)
|
Uses of VariableListener in org.optaplanner.examples.examination.domain.solver |
---|
Classes in org.optaplanner.examples.examination.domain.solver that implement VariableListener | |
---|---|
class |
PeriodUpdatingVariableListener
|
Uses of VariableListener in org.optaplanner.examples.projectjobscheduling.domain.solver |
---|
Classes in org.optaplanner.examples.projectjobscheduling.domain.solver that implement VariableListener | |
---|---|
class |
PredecessorsDoneDateUpdatingVariableListener
|
Uses of VariableListener in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver |
---|
Classes in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver that implement VariableListener | |
---|---|
class |
ArrivalTimeUpdatingVariableListener
|
|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |