|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.entity.descriptor |
---|
Methods in org.optaplanner.core.impl.domain.entity.descriptor that return VariableDescriptor | |
---|---|
VariableDescriptor |
EntityDescriptor.getVariableDescriptor(String variableName)
|
Methods in org.optaplanner.core.impl.domain.entity.descriptor that return types with arguments of type VariableDescriptor | |
---|---|
Collection<VariableDescriptor> |
EntityDescriptor.getDeclaredVariableDescriptors()
|
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.solution.descriptor |
---|
Methods in org.optaplanner.core.impl.domain.solution.descriptor that return VariableDescriptor | |
---|---|
VariableDescriptor |
SolutionDescriptor.findVariableDescriptor(Object entity,
String variableName)
|
VariableDescriptor |
SolutionDescriptor.findVariableDescriptorOrFail(Object entity,
String variableName)
|
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.anchor |
---|
Subclasses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.anchor | |
---|---|
class |
AnchorShadowVariableDescriptor
|
Fields in org.optaplanner.core.impl.domain.variable.anchor declared as VariableDescriptor | |
---|---|
protected VariableDescriptor |
ExternalizedAnchorVariableSupply.previousVariableDescriptor
|
protected VariableDescriptor |
AnchorVariableListener.previousVariableDescriptor
|
protected VariableDescriptor |
AnchorVariableDemand.sourceVariableDescriptor
|
protected VariableDescriptor |
AnchorShadowVariableDescriptor.sourceVariableDescriptor
|
Methods in org.optaplanner.core.impl.domain.variable.anchor that return VariableDescriptor | |
---|---|
VariableDescriptor |
ExternalizedAnchorVariableSupply.getSourceVariableDescriptor()
|
VariableDescriptor |
AnchorVariableDemand.getSourceVariableDescriptor()
|
Constructors in org.optaplanner.core.impl.domain.variable.anchor with parameters of type VariableDescriptor | |
---|---|
AnchorVariableDemand(VariableDescriptor sourceVariableDescriptor)
|
|
AnchorVariableListener(AnchorShadowVariableDescriptor anchorShadowVariableDescriptor,
VariableDescriptor previousVariableDescriptor,
SingletonInverseVariableSupply nextVariableSupply)
|
|
ExternalizedAnchorVariableSupply(VariableDescriptor previousVariableDescriptor,
SingletonInverseVariableSupply nextVariableSupply)
|
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.custom |
---|
Subclasses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.custom | |
---|---|
class |
CustomShadowVariableDescriptor
|
Fields in org.optaplanner.core.impl.domain.variable.custom with type parameters of type VariableDescriptor | |
---|---|
protected List<VariableDescriptor> |
CustomShadowVariableDescriptor.sourceVariableDescriptorList
|
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.descriptor |
---|
Subclasses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.descriptor | |
---|---|
class |
GenuineVariableDescriptor
|
class |
ShadowVariableDescriptor
|
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.inverserelation |
---|
Subclasses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.inverserelation | |
---|---|
class |
InverseRelationShadowVariableDescriptor
|
Fields in org.optaplanner.core.impl.domain.variable.inverserelation declared as VariableDescriptor | |
---|---|
protected VariableDescriptor |
SingletonInverseVariableListener.sourceVariableDescriptor
|
protected VariableDescriptor |
SingletonInverseVariableDemand.sourceVariableDescriptor
|
protected VariableDescriptor |
InverseRelationShadowVariableDescriptor.sourceVariableDescriptor
|
protected VariableDescriptor |
ExternalizedSingletonInverseVariableSupply.sourceVariableDescriptor
|
Methods in org.optaplanner.core.impl.domain.variable.inverserelation that return VariableDescriptor | |
---|---|
VariableDescriptor |
SingletonInverseVariableDemand.getSourceVariableDescriptor()
|
VariableDescriptor |
ExternalizedSingletonInverseVariableSupply.getSourceVariableDescriptor()
|
Constructors in org.optaplanner.core.impl.domain.variable.inverserelation with parameters of type VariableDescriptor | |
---|---|
ExternalizedSingletonInverseVariableSupply(VariableDescriptor sourceVariableDescriptor)
|
|
SingletonInverseVariableDemand(VariableDescriptor sourceVariableDescriptor)
|
|
SingletonInverseVariableListener(InverseRelationShadowVariableDescriptor shadowVariableDescriptor,
VariableDescriptor sourceVariableDescriptor)
|
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.listener |
---|
Fields in org.optaplanner.core.impl.domain.variable.listener with type parameters of type VariableDescriptor | |
---|---|
protected Map<VariableDescriptor,List<VariableListener>> |
VariableListenerSupport.variableListenerMap
|
Methods in org.optaplanner.core.impl.domain.variable.listener that return VariableDescriptor | |
---|---|
VariableDescriptor |
StatefulVariableListener.getSourceVariableDescriptor()
|
Methods in org.optaplanner.core.impl.domain.variable.listener with parameters of type VariableDescriptor | |
---|---|
void |
VariableListenerSupport.afterVariableChanged(InnerScoreDirector scoreDirector,
VariableDescriptor variableDescriptor,
Object entity)
|
void |
VariableListenerSupport.beforeVariableChanged(InnerScoreDirector scoreDirector,
VariableDescriptor variableDescriptor,
Object entity)
|
void |
VariableListenerSupport.buildVariableListeners(List<VariableListener> entityVariableListenerList,
VariableDescriptor variableDescriptor)
|
Uses of VariableDescriptor in org.optaplanner.core.impl.score.director |
---|
Methods in org.optaplanner.core.impl.score.director with parameters of type VariableDescriptor | |
---|---|
void |
ScoreDirector.afterVariableChanged(VariableDescriptor variableDescriptor,
Object entity)
|
void |
AbstractScoreDirector.afterVariableChanged(VariableDescriptor variableDescriptor,
Object entity)
|
void |
ScoreDirector.beforeVariableChanged(VariableDescriptor variableDescriptor,
Object entity)
|
void |
AbstractScoreDirector.beforeVariableChanged(VariableDescriptor variableDescriptor,
Object entity)
|
void |
ScoreDirector.changeVariableFacade(VariableDescriptor variableDescriptor,
Object entity,
Object newValue)
|
void |
AbstractScoreDirector.changeVariableFacade(VariableDescriptor variableDescriptor,
Object entity,
Object newValue)
|
Uses of VariableDescriptor in org.optaplanner.core.impl.score.director.drools |
---|
Methods in org.optaplanner.core.impl.score.director.drools with parameters of type VariableDescriptor | |
---|---|
void |
DroolsScoreDirector.afterVariableChanged(VariableDescriptor variableDescriptor,
Object entity)
|
Uses of VariableDescriptor in org.optaplanner.core.impl.score.director.incremental |
---|
Methods in org.optaplanner.core.impl.score.director.incremental with parameters of type VariableDescriptor | |
---|---|
void |
IncrementalScoreDirector.afterVariableChanged(VariableDescriptor variableDescriptor,
Object entity)
|
void |
IncrementalScoreDirector.beforeVariableChanged(VariableDescriptor variableDescriptor,
Object entity)
|
|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |