Uses of Class
org.optaplanner.core.impl.domain.variable.descriptor.VariableDescriptor
-
-
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.entity.descriptor
Methods in org.optaplanner.core.impl.domain.entity.descriptor that return VariableDescriptor Modifier and Type Method Description VariableDescriptor<Solution_>EntityDescriptor. getVariableDescriptor(String variableName)Methods in org.optaplanner.core.impl.domain.entity.descriptor that return types with arguments of type VariableDescriptor Modifier and Type Method Description Collection<VariableDescriptor<Solution_>>EntityDescriptor. getDeclaredVariableDescriptors()Map<String,VariableDescriptor<Solution_>>EntityDescriptor. getVariableDescriptorMap()Collection<VariableDescriptor<Solution_>>EntityDescriptor. getVariableDescriptors() -
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.solution.descriptor
Methods in org.optaplanner.core.impl.domain.solution.descriptor that return VariableDescriptor Modifier and Type Method Description VariableDescriptor<Solution_>SolutionDescriptor. findVariableDescriptor(Object entity, String variableName)VariableDescriptor<Solution_>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 Modifier and Type Class Description classAnchorShadowVariableDescriptor<Solution_>Fields in org.optaplanner.core.impl.domain.variable.anchor declared as VariableDescriptor Modifier and Type Field Description protected VariableDescriptor<Solution_>AnchorVariableListener. previousVariableDescriptorprotected VariableDescriptor<Solution_>ExternalizedAnchorVariableSupply. previousVariableDescriptorprotected VariableDescriptor<Solution_>AnchorShadowVariableDescriptor. sourceVariableDescriptorprotected VariableDescriptor<Solution_>AnchorVariableDemand. sourceVariableDescriptorMethods in org.optaplanner.core.impl.domain.variable.anchor that return VariableDescriptor Modifier and Type Method Description VariableDescriptor<Solution_>ExternalizedAnchorVariableSupply. getSourceVariableDescriptor()Methods in org.optaplanner.core.impl.domain.variable.anchor that return types with arguments of type VariableDescriptor Modifier and Type Method Description List<VariableDescriptor<Solution_>>AnchorShadowVariableDescriptor. getSourceVariableDescriptorList()Constructors in org.optaplanner.core.impl.domain.variable.anchor with parameters of type VariableDescriptor Constructor Description AnchorVariableDemand(VariableDescriptor<Solution_> sourceVariableDescriptor)AnchorVariableListener(AnchorShadowVariableDescriptor<Solution_> anchorShadowVariableDescriptor, VariableDescriptor<Solution_> previousVariableDescriptor, SingletonInverseVariableSupply nextVariableSupply)ExternalizedAnchorVariableSupply(VariableDescriptor<Solution_> 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 Modifier and Type Class Description classCustomShadowVariableDescriptor<Solution_>Fields in org.optaplanner.core.impl.domain.variable.custom with type parameters of type VariableDescriptor Modifier and Type Field Description protected List<VariableDescriptor<Solution_>>CustomShadowVariableDescriptor. sourceVariableDescriptorListMethods in org.optaplanner.core.impl.domain.variable.custom that return types with arguments of type VariableDescriptor Modifier and Type Method Description List<VariableDescriptor<Solution_>>CustomShadowVariableDescriptor. getSourceVariableDescriptorList() -
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.descriptor
Subclasses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.descriptor Modifier and Type Class Description classBasicVariableDescriptor<Solution_>classGenuineVariableDescriptor<Solution_>classListVariableDescriptor<Solution_>classShadowVariableDescriptor<Solution_>Methods in org.optaplanner.core.impl.domain.variable.descriptor that return types with arguments of type VariableDescriptor Modifier and Type Method Description abstract List<VariableDescriptor<Solution_>>ShadowVariableDescriptor. getSourceVariableDescriptorList()Inverse ofgetSinkVariableDescriptorList(). -
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.index
Subclasses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.index Modifier and Type Class Description classIndexShadowVariableDescriptor<Solution_>Methods in org.optaplanner.core.impl.domain.variable.index that return VariableDescriptor Modifier and Type Method Description VariableDescriptor<Solution_>ExternalizedIndexVariableSupply. getSourceVariableDescriptor()Methods in org.optaplanner.core.impl.domain.variable.index that return types with arguments of type VariableDescriptor Modifier and Type Method Description List<VariableDescriptor<Solution_>>IndexShadowVariableDescriptor. getSourceVariableDescriptorList() -
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.inverserelation
Subclasses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.inverserelation Modifier and Type Class Description classInverseRelationShadowVariableDescriptor<Solution_>Fields in org.optaplanner.core.impl.domain.variable.inverserelation declared as VariableDescriptor Modifier and Type Field Description protected VariableDescriptor<Solution_>CollectionInverseVariableDemand. sourceVariableDescriptorprotected VariableDescriptor<Solution_>CollectionInverseVariableListener. sourceVariableDescriptorprotected VariableDescriptor<Solution_>ExternalizedCollectionInverseVariableSupply. sourceVariableDescriptorprotected VariableDescriptor<Solution_>ExternalizedSingletonInverseVariableSupply. sourceVariableDescriptorprotected VariableDescriptor<Solution_>InverseRelationShadowVariableDescriptor. sourceVariableDescriptorprotected VariableDescriptor<Solution_>SingletonInverseVariableDemand. sourceVariableDescriptorprotected VariableDescriptor<Solution_>SingletonInverseVariableListener. sourceVariableDescriptorMethods in org.optaplanner.core.impl.domain.variable.inverserelation that return VariableDescriptor Modifier and Type Method Description VariableDescriptor<Solution_>ExternalizedCollectionInverseVariableSupply. getSourceVariableDescriptor()VariableDescriptor<Solution_>ExternalizedSingletonInverseVariableSupply. getSourceVariableDescriptor()VariableDescriptor<Solution_>ExternalizedSingletonListInverseVariableSupply. getSourceVariableDescriptor()Methods in org.optaplanner.core.impl.domain.variable.inverserelation that return types with arguments of type VariableDescriptor Modifier and Type Method Description List<VariableDescriptor<Solution_>>InverseRelationShadowVariableDescriptor. getSourceVariableDescriptorList()Constructors in org.optaplanner.core.impl.domain.variable.inverserelation with parameters of type VariableDescriptor Constructor Description CollectionInverseVariableDemand(VariableDescriptor<Solution_> sourceVariableDescriptor)CollectionInverseVariableListener(InverseRelationShadowVariableDescriptor<Solution_> shadowVariableDescriptor, VariableDescriptor<Solution_> sourceVariableDescriptor)ExternalizedCollectionInverseVariableSupply(VariableDescriptor<Solution_> sourceVariableDescriptor)ExternalizedSingletonInverseVariableSupply(VariableDescriptor<Solution_> sourceVariableDescriptor)SingletonInverseVariableDemand(VariableDescriptor<Solution_> sourceVariableDescriptor)SingletonInverseVariableListener(InverseRelationShadowVariableDescriptor<Solution_> shadowVariableDescriptor, VariableDescriptor<Solution_> sourceVariableDescriptor) -
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.listener
Methods in org.optaplanner.core.impl.domain.variable.listener that return VariableDescriptor Modifier and Type Method Description VariableDescriptor<Solution_>SourcedVariableListener. getSourceVariableDescriptor() -
Uses of VariableDescriptor in org.optaplanner.core.impl.domain.variable.listener.support
Methods in org.optaplanner.core.impl.domain.variable.listener.support with parameters of type VariableDescriptor Modifier and Type Method Description voidVariableListenerSupport. afterVariableChanged(VariableDescriptor<Solution_> variableDescriptor, Object entity)voidVariableListenerSupport. beforeVariableChanged(VariableDescriptor<Solution_> variableDescriptor, Object entity) -
Uses of VariableDescriptor in org.optaplanner.core.impl.score.director
Methods in org.optaplanner.core.impl.score.director with parameters of type VariableDescriptor Modifier and Type Method Description voidAbstractScoreDirector. afterVariableChanged(VariableDescriptor<Solution_> variableDescriptor, Object entity)voidInnerScoreDirector. afterVariableChanged(VariableDescriptor<Solution_> variableDescriptor, Object entity)voidAbstractScoreDirector. beforeVariableChanged(VariableDescriptor<Solution_> variableDescriptor, Object entity)voidInnerScoreDirector. beforeVariableChanged(VariableDescriptor<Solution_> variableDescriptor, Object entity)voidAbstractScoreDirector. changeVariableFacade(VariableDescriptor<Solution_> variableDescriptor, Object entity, Object newValue)voidInnerScoreDirector. changeVariableFacade(VariableDescriptor<Solution_> variableDescriptor, Object entity, Object newValue) -
Uses of VariableDescriptor in org.optaplanner.core.impl.score.director.drl
Methods in org.optaplanner.core.impl.score.director.drl with parameters of type VariableDescriptor Modifier and Type Method Description voidDrlScoreDirector. afterVariableChanged(VariableDescriptor variableDescriptor, Object entity) -
Uses of VariableDescriptor in org.optaplanner.core.impl.score.director.drl.testgen
Methods in org.optaplanner.core.impl.score.director.drl.testgen with parameters of type VariableDescriptor Modifier and Type Method Description voidTestGenDrlScoreDirector. afterVariableChanged(VariableDescriptor variableDescriptor, Object entity)voidTestGenDrlScoreDirector. beforeVariableChanged(VariableDescriptor variableDescriptor, Object entity)voidTestGenKieSessionJournal. update(Object entity, VariableDescriptor<?> variableDescriptor) -
Uses of VariableDescriptor in org.optaplanner.core.impl.score.director.drl.testgen.operation
Constructors in org.optaplanner.core.impl.score.director.drl.testgen.operation with parameters of type VariableDescriptor Constructor Description TestGenKieSessionUpdate(int id, TestGenFact entity, VariableDescriptor<?> variableDescriptor, TestGenFact value) -
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 Modifier and Type Method Description voidIncrementalScoreDirector. afterVariableChanged(VariableDescriptor variableDescriptor, Object entity)voidIncrementalScoreDirector. beforeVariableChanged(VariableDescriptor variableDescriptor, Object entity) -
Uses of VariableDescriptor in org.optaplanner.core.impl.score.director.stream
Methods in org.optaplanner.core.impl.score.director.stream with parameters of type VariableDescriptor Modifier and Type Method Description voidBavetConstraintStreamScoreDirector. afterVariableChanged(VariableDescriptor<Solution_> variableDescriptor, Object entity)voidDroolsConstraintStreamScoreDirector. afterVariableChanged(VariableDescriptor<Solution_> variableDescriptor, Object entity)
-