| Modifier and Type | Method and Description |
|---|---|
VariableDescriptor<Solution_> |
EntityDescriptor.getVariableDescriptor(String variableName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VariableDescriptor<Solution_>> |
EntityDescriptor.getDeclaredVariableDescriptors() |
Map<String,VariableDescriptor<Solution_>> |
EntityDescriptor.getVariableDescriptorMap() |
Collection<VariableDescriptor<Solution_>> |
EntityDescriptor.getVariableDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
VariableDescriptor<Solution_> |
SolutionDescriptor.findVariableDescriptor(Object entity,
String variableName) |
VariableDescriptor<Solution_> |
SolutionDescriptor.findVariableDescriptorOrFail(Object entity,
String variableName) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnchorShadowVariableDescriptor<Solution_> |
| Modifier and Type | Field and Description |
|---|---|
protected VariableDescriptor |
ExternalizedAnchorVariableSupply.previousVariableDescriptor |
protected VariableDescriptor<Solution_> |
AnchorVariableListener.previousVariableDescriptor |
protected VariableDescriptor |
AnchorVariableDemand.sourceVariableDescriptor |
protected VariableDescriptor<Solution_> |
AnchorShadowVariableDescriptor.sourceVariableDescriptor |
| Modifier and Type | Method and Description |
|---|---|
VariableDescriptor |
ExternalizedAnchorVariableSupply.getSourceVariableDescriptor() |
VariableDescriptor |
AnchorVariableDemand.getSourceVariableDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<VariableDescriptor<Solution_>> |
AnchorShadowVariableDescriptor.getSourceVariableDescriptorList() |
| Constructor and Description |
|---|
AnchorVariableDemand(VariableDescriptor sourceVariableDescriptor) |
AnchorVariableListener(AnchorShadowVariableDescriptor<Solution_> anchorShadowVariableDescriptor,
VariableDescriptor<Solution_> previousVariableDescriptor,
SingletonInverseVariableSupply nextVariableSupply) |
ExternalizedAnchorVariableSupply(VariableDescriptor previousVariableDescriptor,
SingletonInverseVariableSupply nextVariableSupply) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomShadowVariableDescriptor<Solution_> |
| Modifier and Type | Field and Description |
|---|---|
protected List<VariableDescriptor<Solution_>> |
CustomShadowVariableDescriptor.sourceVariableDescriptorList |
| Modifier and Type | Method and Description |
|---|---|
List<VariableDescriptor<Solution_>> |
CustomShadowVariableDescriptor.getSourceVariableDescriptorList() |
| Modifier and Type | Class and Description |
|---|---|
class |
GenuineVariableDescriptor<Solution_> |
class |
ShadowVariableDescriptor<Solution_> |
| Modifier and Type | Method and Description |
|---|---|
abstract List<VariableDescriptor<Solution_>> |
ShadowVariableDescriptor.getSourceVariableDescriptorList()
Inverse of
getSinkVariableDescriptorList(). |
| Modifier and Type | Class and Description |
|---|---|
class |
InverseRelationShadowVariableDescriptor<Solution_> |
| Modifier and Type | Field and Description |
|---|---|
protected VariableDescriptor |
SingletonInverseVariableListener.sourceVariableDescriptor |
protected VariableDescriptor |
SingletonInverseVariableDemand.sourceVariableDescriptor |
protected VariableDescriptor<Solution_> |
InverseRelationShadowVariableDescriptor.sourceVariableDescriptor |
protected VariableDescriptor |
ExternalizedSingletonInverseVariableSupply.sourceVariableDescriptor |
protected VariableDescriptor |
ExternalizedCollectionInverseVariableSupply.sourceVariableDescriptor |
protected VariableDescriptor |
CollectionInverseVariableListener.sourceVariableDescriptor |
protected VariableDescriptor |
CollectionInverseVariableDemand.sourceVariableDescriptor |
| Modifier and Type | Method and Description |
|---|---|
VariableDescriptor |
SingletonInverseVariableDemand.getSourceVariableDescriptor() |
VariableDescriptor |
ExternalizedSingletonInverseVariableSupply.getSourceVariableDescriptor() |
VariableDescriptor |
ExternalizedCollectionInverseVariableSupply.getSourceVariableDescriptor() |
VariableDescriptor |
CollectionInverseVariableDemand.getSourceVariableDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<VariableDescriptor<Solution_>> |
InverseRelationShadowVariableDescriptor.getSourceVariableDescriptorList() |
| Constructor and Description |
|---|
CollectionInverseVariableDemand(VariableDescriptor sourceVariableDescriptor) |
CollectionInverseVariableListener(InverseRelationShadowVariableDescriptor shadowVariableDescriptor,
VariableDescriptor sourceVariableDescriptor) |
ExternalizedCollectionInverseVariableSupply(VariableDescriptor sourceVariableDescriptor) |
ExternalizedSingletonInverseVariableSupply(VariableDescriptor sourceVariableDescriptor) |
SingletonInverseVariableDemand(VariableDescriptor sourceVariableDescriptor) |
SingletonInverseVariableListener(InverseRelationShadowVariableDescriptor shadowVariableDescriptor,
VariableDescriptor sourceVariableDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
VariableDescriptor |
StatefulVariableListener.getSourceVariableDescriptor()
Deprecated.
|
VariableDescriptor |
SourcedVariableListener.getSourceVariableDescriptor() |
| Modifier and Type | Field and Description |
|---|---|
protected Map<VariableDescriptor,List<VariableListenerNotifiable>> |
VariableListenerSupport.sourceVariableToNotifiableMap |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableListenerSupport.afterVariableChanged(VariableDescriptor<Solution_> variableDescriptor,
Object entity) |
void |
VariableListenerSupport.beforeVariableChanged(VariableDescriptor<Solution_> variableDescriptor,
Object entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScoreDirector.afterVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
void |
AbstractScoreDirector.afterVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
void |
ScoreDirector.beforeVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
void |
AbstractScoreDirector.beforeVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
void |
ScoreDirector.changeVariableFacade(VariableDescriptor variableDescriptor,
Object entity,
Object newValue) |
void |
AbstractScoreDirector.changeVariableFacade(VariableDescriptor variableDescriptor,
Object entity,
Object newValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
DroolsScoreDirector.afterVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestGenDroolsScoreDirector.afterVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
void |
TestGenDroolsScoreDirector.beforeVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
void |
TestGenKieSessionJournal.update(Object entity,
VariableDescriptor<?> variableDescriptor) |
| Constructor and Description |
|---|
TestGenKieSessionUpdate(int id,
TestGenFact entity,
VariableDescriptor<?> variableDescriptor,
TestGenFact value) |
| Modifier and Type | Method and Description |
|---|---|
void |
IncrementalScoreDirector.afterVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
void |
IncrementalScoreDirector.beforeVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintStreamScoreDirector.afterVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.