Package | Description |
---|---|
org.drools.scenariosimulation.api.model |
Modifier and Type | Method and Description |
---|---|
FactMappingValue |
Scenario.addMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier,
Object value) |
FactMappingValue |
Scenario.addOrUpdateMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier,
Object value) |
Modifier and Type | Method and Description |
---|---|
Optional<FactMappingValue> |
Scenario.getFactMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
Optional<FactMappingValue> |
Scenario.getFactMappingValue(FactMapping factMapping) |
List<FactMappingValue> |
Scenario.getFactMappingValuesByFactIdentifier(FactIdentifier factIdentifier) |
List<FactMappingValue> |
Scenario.getUnmodifiableFactMappingValues()
Returns an unmodifiable list wrapping the backed one
NOTE: list order could not be aligned to factMapping order.
|
Modifier and Type | Method and Description |
---|---|
void |
Scenario.removeFactMappingValue(FactMappingValue toRemove) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.