Modifier and Type | Interface and Description |
---|---|
interface |
AnchorVariableSupply
Only supported for chained variables.
|
Modifier and Type | Class and Description |
---|---|
class |
AnchorVariableListener<Solution_> |
class |
ExternalizedAnchorVariableSupply
Alternative to
AnchorVariableListener . |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionInverseVariableSupply |
interface |
SingletonInverseVariableSupply
Currently only supported for chained variables,
which guarantee that no 2 entities use the same planningValue.
|
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 | Field and Description |
---|---|
protected Map<Demand,Supply> |
VariableListenerSupport.supplyMap |
Modifier and Type | Method and Description |
---|---|
<S extends Supply> |
VariableListenerSupport.demand(Demand<S> demand) |
Modifier and Type | Interface and Description |
---|---|
interface |
Demand<S extends Supply>
A subsystem submits a demand for a
Supply . |
Modifier and Type | Method and Description |
---|---|
<S extends Supply> |
SupplyManager.demand(Demand<S> demand)
|
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.