| Package | Description |
|---|---|
| org.optaplanner.core.api.domain.variable |
Domain annotations and support classes for a planning variable.
|
| org.optaplanner.core.impl.domain.variable.anchor | |
| org.optaplanner.core.impl.domain.variable.custom | |
| org.optaplanner.core.impl.domain.variable.descriptor | |
| org.optaplanner.core.impl.domain.variable.inverserelation | |
| org.optaplanner.core.impl.domain.variable.listener | |
| org.optaplanner.core.impl.domain.variable.listener.support |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CustomShadowVariable.NullVariableListener
Workaround for annotation limitation in
CustomShadowVariable.variableListenerClass(). |
| Modifier and Type | Class and Description |
|---|---|
class |
AnchorVariableListener |
class |
ExternalizedAnchorVariableSupply
Alternative to
AnchorVariableListener. |
| Modifier and Type | Method and Description |
|---|---|
VariableListener |
AnchorShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector) |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends VariableListener> |
CustomShadowVariableDescriptor.variableListenerClass |
| Modifier and Type | Method and Description |
|---|---|
VariableListener |
CustomShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector) |
| Modifier and Type | Method and Description |
|---|---|
abstract VariableListener |
ShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionInverseVariableListener |
class |
ExternalizedCollectionInverseVariableSupply
Alternative to
CollectionInverseVariableListener. |
class |
ExternalizedSingletonInverseVariableSupply
Alternative to
SingletonInverseVariableListener. |
class |
SingletonInverseVariableListener |
| Modifier and Type | Method and Description |
|---|---|
VariableListener |
InverseRelationShadowVariableDescriptor.buildVariableListener(InnerScoreDirector scoreDirector) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StatefulVariableListener<Entity_>
A stateful
VariableListener,
often used to externalize data for a Supply from the domain model itself. |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableListenerAdapter<Entity_> |
| Modifier and Type | Field and Description |
|---|---|
protected VariableListener |
VariableListenerNotifiable.variableListener |
| Modifier and Type | Method and Description |
|---|---|
VariableListener |
VariableListenerNotifiable.getVariableListener() |
| Constructor and Description |
|---|
VariableListenerNotifiable(VariableListener variableListener,
int globalOrder) |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.