Package | Description |
---|---|
org.drools.scenariosimulation.api.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()
It creates a new
FactMapping cloning the instanced one. |
FactMapping |
SimulationDescriptor.getFactMappingByIndex(int index) |
Modifier and Type | Method and Description |
---|---|
Optional<FactMapping> |
SimulationDescriptor.getFactMapping(FactIdentifier factIdentifier,
ExpressionIdentifier ei) |
List<FactMapping> |
SimulationDescriptor.getFactMappings() |
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 |
Optional<FactMappingValue> |
Scenario.getFactMappingValue(FactMapping factMapping) |
void |
Simulation.removeFactMapping(FactMapping toRemove) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.