Modifier and Type | Method and Description |
---|---|
VariableDescriptor |
EntityDescriptor.getVariableDescriptor(String variableName) |
Modifier and Type | Method and Description |
---|---|
Collection<VariableDescriptor> |
EntityDescriptor.getDeclaredVariableDescriptors() |
Modifier and Type | Method and Description |
---|---|
VariableDescriptor |
SolutionDescriptor.findVariableDescriptor(Object entity,
String variableName) |
VariableDescriptor |
SolutionDescriptor.findVariableDescriptorOrFail(Object entity,
String variableName) |
Modifier and Type | Class and Description |
---|---|
class |
AnchorShadowVariableDescriptor |
Modifier and Type | Field and Description |
---|---|
protected VariableDescriptor |
AnchorVariableListener.previousVariableDescriptor |
protected VariableDescriptor |
ExternalizedAnchorVariableSupply.previousVariableDescriptor |
protected VariableDescriptor |
AnchorVariableDemand.sourceVariableDescriptor |
protected VariableDescriptor |
AnchorShadowVariableDescriptor.sourceVariableDescriptor |
Modifier and Type | Method and Description |
---|---|
VariableDescriptor |
AnchorVariableDemand.getSourceVariableDescriptor() |
VariableDescriptor |
ExternalizedAnchorVariableSupply.getSourceVariableDescriptor() |
Constructor and Description |
---|
AnchorVariableDemand(VariableDescriptor sourceVariableDescriptor) |
AnchorVariableListener(AnchorShadowVariableDescriptor anchorShadowVariableDescriptor,
VariableDescriptor previousVariableDescriptor,
SingletonInverseVariableSupply nextVariableSupply) |
ExternalizedAnchorVariableSupply(VariableDescriptor previousVariableDescriptor,
SingletonInverseVariableSupply nextVariableSupply) |
Modifier and Type | Class and Description |
---|---|
class |
CustomShadowVariableDescriptor |
Modifier and Type | Field and Description |
---|---|
protected List<VariableDescriptor> |
CustomShadowVariableDescriptor.sourceVariableDescriptorList |
Modifier and Type | Class and Description |
---|---|
class |
GenuineVariableDescriptor |
class |
ShadowVariableDescriptor |
Modifier and Type | Class and Description |
---|---|
class |
InverseRelationShadowVariableDescriptor |
Modifier and Type | Field and Description |
---|---|
protected VariableDescriptor |
SingletonInverseVariableDemand.sourceVariableDescriptor |
protected VariableDescriptor |
ExternalizedSingletonInverseVariableSupply.sourceVariableDescriptor |
protected VariableDescriptor |
SingletonInverseVariableListener.sourceVariableDescriptor |
protected VariableDescriptor |
InverseRelationShadowVariableDescriptor.sourceVariableDescriptor |
Modifier and Type | Method and Description |
---|---|
VariableDescriptor |
SingletonInverseVariableDemand.getSourceVariableDescriptor() |
VariableDescriptor |
ExternalizedSingletonInverseVariableSupply.getSourceVariableDescriptor() |
Constructor and Description |
---|
ExternalizedSingletonInverseVariableSupply(VariableDescriptor sourceVariableDescriptor) |
SingletonInverseVariableDemand(VariableDescriptor sourceVariableDescriptor) |
SingletonInverseVariableListener(InverseRelationShadowVariableDescriptor shadowVariableDescriptor,
VariableDescriptor sourceVariableDescriptor) |
Modifier and Type | Field and Description |
---|---|
protected Map<VariableDescriptor,List<VariableListener>> |
VariableListenerSupport.variableListenerMap |
Modifier and Type | Method and Description |
---|---|
VariableDescriptor |
StatefulVariableListener.getSourceVariableDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
VariableListenerSupport.afterVariableChanged(InnerScoreDirector scoreDirector,
VariableDescriptor variableDescriptor,
Object entity) |
void |
VariableListenerSupport.beforeVariableChanged(InnerScoreDirector scoreDirector,
VariableDescriptor variableDescriptor,
Object entity) |
void |
VariableListenerSupport.buildVariableListeners(List<VariableListener> entityVariableListenerList,
VariableDescriptor variableDescriptor) |
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 |
IncrementalScoreDirector.afterVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
void |
IncrementalScoreDirector.beforeVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.