| Package | Description |
|---|---|
| org.drools.workbench.screens.scenariosimulation.model |
| Modifier and Type | Field and Description |
|---|---|
static ExpressionIdentifier |
ExpressionIdentifier.DESCRIPTION |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionIdentifier |
ExpressionIdentifier.create(String name,
FactMappingType type) |
ExpressionIdentifier |
FactMappingValue.getExpressionIdentifier() |
ExpressionIdentifier |
FactMapping.getExpressionIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
FactMapping |
SimulationDescriptor.addFactMapping(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
FactMapping |
SimulationDescriptor.addFactMapping(int index,
FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
FactMapping |
SimulationDescriptor.addFactMapping(int index,
String expressionAlias,
FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
FactMapping |
SimulationDescriptor.addFactMapping(String expressionAlias,
FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
FactMappingValue |
Scenario.addMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier,
Object value) |
FactMappingValue |
Scenario.addOrUpdateMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier,
Object value) |
Optional<FactMapping> |
SimulationDescriptor.getFactMapping(FactIdentifier factIdentifier,
ExpressionIdentifier ei) |
Optional<FactMappingValue> |
Scenario.getFactMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
int |
SimulationDescriptor.getIndexByIdentifier(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
| Constructor and Description |
|---|
FactMapping(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier,
int logicalPosition) |
FactMapping(String expressionAlias,
FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier,
int logicalPosition) |
FactMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier,
Object rawValue) |
FactMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier,
Object rawValue,
FactMappingValueOperator operator) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.