Modifier and Type | Interface and Description |
---|---|
interface |
AnchorVariableSupply
Only supported for chained variables.
|
Modifier and Type | Class and Description |
---|---|
class |
AnchorVariableListener |
class |
ExternalizedAnchorVariableSupply
Alternative to
AnchorVariableListener . |
Modifier and Type | Interface and Description |
---|---|
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 |
ExternalizedSingletonInverseVariableSupply
Alternative to
SingletonInverseVariableListener . |
class |
SingletonInverseVariableListener |
Modifier and Type | Interface and Description |
---|---|
interface |
StatefulVariableListener<EntityG>
A stateful
VariableListener ,
often used to externalize data for a supply from the domain model itself. |
interface |
VariableListener<EntityG>
Changes shadow variables when a genuine planning variable changes.
|
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-2015 JBoss by Red Hat. All Rights Reserved.