| Modifier and Type | Method and Description |
|---|---|
VariableDescriptor |
EntityDescriptor.getVariableDescriptor(String variableName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VariableDescriptor> |
EntityDescriptor.getDeclaredVariableDescriptors() |
Map<String,VariableDescriptor> |
EntityDescriptor.getVariableDescriptorMap() |
Collection<VariableDescriptor> |
EntityDescriptor.getVariableDescriptors() |
| 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 |
ExternalizedAnchorVariableSupply.previousVariableDescriptor |
protected VariableDescriptor |
AnchorVariableListener.previousVariableDescriptor |
protected VariableDescriptor |
AnchorVariableDemand.sourceVariableDescriptor |
protected VariableDescriptor |
AnchorShadowVariableDescriptor.sourceVariableDescriptor |
| Modifier and Type | Method and Description |
|---|---|
VariableDescriptor |
ExternalizedAnchorVariableSupply.getSourceVariableDescriptor() |
VariableDescriptor |
AnchorVariableDemand.getSourceVariableDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<VariableDescriptor> |
AnchorShadowVariableDescriptor.getSourceVariableDescriptorList() |
| 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 | Method and Description |
|---|---|
List<VariableDescriptor> |
CustomShadowVariableDescriptor.getSourceVariableDescriptorList() |
| Modifier and Type | Class and Description |
|---|---|
class |
GenuineVariableDescriptor |
class |
ShadowVariableDescriptor |
| Modifier and Type | Method and Description |
|---|---|
abstract List<VariableDescriptor> |
ShadowVariableDescriptor.getSourceVariableDescriptorList()
Inverse of
getSinkVariableDescriptorList(). |
| Modifier and Type | Class and Description |
|---|---|
class |
InverseRelationShadowVariableDescriptor |
| Modifier and Type | Field and Description |
|---|---|
protected VariableDescriptor |
SingletonInverseVariableListener.sourceVariableDescriptor |
protected VariableDescriptor |
SingletonInverseVariableDemand.sourceVariableDescriptor |
protected VariableDescriptor |
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> |
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() |
| Modifier and Type | Field and Description |
|---|---|
protected Map<VariableDescriptor,List<VariableListenerNotifiable>> |
VariableListenerSupport.sourceVariableToNotifiableMap |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableListenerSupport.afterVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
void |
VariableListenerSupport.beforeVariableChanged(VariableDescriptor 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 |
IncrementalScoreDirector.afterVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
void |
IncrementalScoreDirector.beforeVariableChanged(VariableDescriptor variableDescriptor,
Object entity) |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.