Class SingletonInverseVariableListener<Solution_>
java.lang.Object
org.optaplanner.core.impl.domain.variable.inverserelation.SingletonInverseVariableListener<Solution_>
- All Implemented Interfaces:
Closeable
,AutoCloseable
,AbstractVariableListener<Solution_,
,Object> VariableListener<Solution_,
,Object> SingletonInverseVariableSupply
,Supply
public class SingletonInverseVariableListener<Solution_>
extends Object
implements VariableListener<Solution_,Object>, SingletonInverseVariableSupply
-
Field Summary
Modifier and TypeFieldDescriptionprotected final InverseRelationShadowVariableDescriptor<Solution_>
protected final VariableDescriptor<Solution_>
-
Constructor Summary
ConstructorDescriptionSingletonInverseVariableListener
(InverseRelationShadowVariableDescriptor<Solution_> shadowVariableDescriptor, VariableDescriptor<Solution_> sourceVariableDescriptor) -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterEntityAdded
(ScoreDirector<Solution_> scoreDirector, Object entity) void
afterEntityRemoved
(ScoreDirector<Solution_> scoreDirector, Object entity) void
afterVariableChanged
(ScoreDirector<Solution_> scoreDirector, Object entity) void
beforeEntityAdded
(ScoreDirector<Solution_> scoreDirector, Object entity) void
beforeEntityRemoved
(ScoreDirector<Solution_> scoreDirector, Object entity) void
beforeVariableChanged
(ScoreDirector<Solution_> scoreDirector, Object entity) getInverseSingleton
(Object planningValue) If entity1.varA = x then the inverse of x is entity1.protected void
insert
(InnerScoreDirector<Solution_, ?> scoreDirector, Object entity) protected void
retract
(InnerScoreDirector<Solution_, ?> scoreDirector, Object entity) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.optaplanner.core.api.domain.variable.AbstractVariableListener
close, resetWorkingSolution
Methods inherited from interface org.optaplanner.core.api.domain.variable.VariableListener
requiresUniqueEntityEvents
-
Field Details
-
shadowVariableDescriptor
-
sourceVariableDescriptor
-
-
Constructor Details
-
SingletonInverseVariableListener
public SingletonInverseVariableListener(InverseRelationShadowVariableDescriptor<Solution_> shadowVariableDescriptor, VariableDescriptor<Solution_> sourceVariableDescriptor)
-
-
Method Details
-
beforeEntityAdded
- Specified by:
beforeEntityAdded
in interfaceAbstractVariableListener<Solution_,
Object> - Parameters:
scoreDirector
- never nullentity
- never null
-
afterEntityAdded
- Specified by:
afterEntityAdded
in interfaceAbstractVariableListener<Solution_,
Object> - Parameters:
scoreDirector
- never nullentity
- never null
-
beforeVariableChanged
- Specified by:
beforeVariableChanged
in interfaceVariableListener<Solution_,
Object> - Parameters:
scoreDirector
- never nullentity
- never null
-
afterVariableChanged
- Specified by:
afterVariableChanged
in interfaceVariableListener<Solution_,
Object> - Parameters:
scoreDirector
- never nullentity
- never null
-
beforeEntityRemoved
- Specified by:
beforeEntityRemoved
in interfaceAbstractVariableListener<Solution_,
Object> - Parameters:
scoreDirector
- never nullentity
- never null
-
afterEntityRemoved
- Specified by:
afterEntityRemoved
in interfaceAbstractVariableListener<Solution_,
Object> - Parameters:
scoreDirector
- never nullentity
- never null
-
insert
-
retract
-
getInverseSingleton
Description copied from interface:SingletonInverseVariableSupply
If entity1.varA = x then the inverse of x is entity1.- Specified by:
getInverseSingleton
in interfaceSingletonInverseVariableSupply
- Parameters:
planningValue
- never null- Returns:
- sometimes null, an entity for which the planning variable is the planningValue.
-