| Package | Description |
|---|---|
| org.drools.workbench.screens.scenariosimulation.model |
| 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) |
FactMapping |
SimulationDescriptor.getFactMappingByIndex(int index) |
| Modifier and Type | Method and Description |
|---|---|
Optional<FactMapping> |
SimulationDescriptor.getFactMapping(FactIdentifier factIdentifier,
ExpressionIdentifier ei) |
List<FactMapping> |
SimulationDescriptor.getFactMappingsByFactName(String factName) |
List<FactMapping> |
SimulationDescriptor.getUnmodifiableFactMappings()
Returns an unmodifiable list wrapping the backed one
|
| Modifier and Type | Method and Description |
|---|---|
void |
Simulation.removeFactMapping(FactMapping toRemove) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.