Package | Description |
---|---|
org.drools.scenariosimulation.api.model |
Modifier and Type | Field and Description |
---|---|
protected List<FactMappingValue> |
AbstractScesimData.factMappingValues
List of values to be used to test this scenario
|
Modifier and Type | Method and Description |
---|---|
FactMappingValue |
AbstractScesimData.addMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier,
Object value) |
FactMappingValue |
AbstractScesimData.addOrUpdateMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier,
Object value) |
Modifier and Type | Method and Description |
---|---|
Optional<FactMappingValue> |
AbstractScesimData.getFactMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
Optional<FactMappingValue> |
AbstractScesimData.getFactMappingValue(FactMapping factMapping) |
List<FactMappingValue> |
AbstractScesimData.getFactMappingValuesByFactIdentifier(FactIdentifier factIdentifier) |
List<FactMappingValue> |
AbstractScesimData.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 |
AbstractScesimData.removeFactMappingValue(FactMappingValue toRemove) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.