Uses of Class
org.drools.scenariosimulation.api.model.FactMappingValue
-
Packages that use FactMappingValue Package Description org.drools.scenariosimulation.api.model -
-
Uses of FactMappingValue in org.drools.scenariosimulation.api.model
Fields in org.drools.scenariosimulation.api.model with type parameters of type FactMappingValue Modifier and Type Field Description protected java.util.List<FactMappingValue>AbstractScesimData. factMappingValuesList of values to be used to test this scenarioMethods in org.drools.scenariosimulation.api.model that return FactMappingValue Modifier and Type Method Description FactMappingValueAbstractScesimData. addMappingValue(FactIdentifier factIdentifier, ExpressionIdentifier expressionIdentifier, java.lang.Object value)FactMappingValueAbstractScesimData. addOrUpdateMappingValue(FactIdentifier factIdentifier, ExpressionIdentifier expressionIdentifier, java.lang.Object value)Methods in org.drools.scenariosimulation.api.model that return types with arguments of type FactMappingValue Modifier and Type Method Description java.util.Optional<FactMappingValue>AbstractScesimData. getFactMappingValue(FactIdentifier factIdentifier, ExpressionIdentifier expressionIdentifier)java.util.Optional<FactMappingValue>AbstractScesimData. getFactMappingValue(FactMapping factMapping)java.util.List<FactMappingValue>AbstractScesimData. getFactMappingValuesByFactIdentifier(FactIdentifier factIdentifier)java.util.List<FactMappingValue>AbstractScesimData. getUnmodifiableFactMappingValues()Returns an unmodifiable list wrapping the backed oneMethods in org.drools.scenariosimulation.api.model with parameters of type FactMappingValue Modifier and Type Method Description voidAbstractScesimData. removeFactMappingValue(FactMappingValue toRemove)
-