Uses of Class
org.drools.scenariosimulation.api.model.FactMappingType
-
Packages that use FactMappingType Package Description org.drools.scenariosimulation.api.model -
-
Uses of FactMappingType in org.drools.scenariosimulation.api.model
Methods in org.drools.scenariosimulation.api.model that return FactMappingType Modifier and Type Method Description FactMappingTypeExpressionIdentifier. getType()static FactMappingTypeFactMappingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FactMappingType[]FactMappingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.scenariosimulation.api.model with parameters of type FactMappingType Modifier and Type Method Description static ExpressionIdentifierExpressionIdentifier. create(java.lang.String name, FactMappingType type)static java.lang.StringFactMapping. getPlaceHolder(FactMappingType factMappingType)static java.lang.StringFactMapping. getPlaceHolder(FactMappingType factMappingType, int index)Constructors in org.drools.scenariosimulation.api.model with parameters of type FactMappingType Constructor Description ExpressionIdentifier(java.lang.String name, FactMappingType type)
-