| 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,
FactMapping toClone)
This method clone the given
FactMapping and insert the cloned instance at the specified index |
FactMapping |
SimulationDescriptor.addFactMapping(int index,
String factAlias,
FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
FactMapping |
SimulationDescriptor.addFactMapping(String factAlias,
FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier) |
FactMapping |
FactMapping.cloneFactMapping() |
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 |
|---|---|
FactMapping |
SimulationDescriptor.addFactMapping(int index,
FactMapping toClone)
This method clone the given
FactMapping and insert the cloned instance at the specified index |
void |
Simulation.removeFactMapping(FactMapping toRemove) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.