| 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<Solution_> |
class |
ExternalizedAnchorVariableSupply
Alternative to
AnchorVariableListener. |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends VariableListener> |
CustomShadowVariableDescriptor.variableListenerClass |
| Modifier and Type | Method and Description |
|---|---|
VariableListener<?> |
CustomShadowVariableDescriptor.buildVariableListener(InnerScoreDirector<Solution_> scoreDirector) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends VariableListener> |
CustomShadowVariableDescriptor.getVariableListenerClass() |
| Modifier and Type | Method and Description |
|---|---|
abstract VariableListener<?> |
ShadowVariableDescriptor.buildVariableListener(InnerScoreDirector<Solution_> scoreDirector) |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<? extends VariableListener> |
ShadowVariableDescriptor.getVariableListenerClass() |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionInverseVariableListener |
class |
ExternalizedCollectionInverseVariableSupply
Alternative to
CollectionInverseVariableListener. |
class |
ExternalizedSingletonInverseVariableSupply
Alternative to
SingletonInverseVariableListener. |
class |
SingletonInverseVariableListener |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SourcedVariableListener<Entity_>
Often used to externalize data for a
Supply from the domain model itself. |
interface |
StatefulVariableListener<Entity_>
Deprecated.
VariableListener can now be stateful too. |
interface |
VariableListener<Entity_>
Deprecated.
in favor of
VariableListener |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableListenerAdapter<Entity_>
Deprecated.
|
| 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–2021 JBoss by Red Hat. All rights reserved.