Uses of Class
org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type
-
Packages that use ScenarioSimulationModel.Type Package Description org.drools.scenariosimulation.api.model -
-
Uses of ScenarioSimulationModel.Type in org.drools.scenariosimulation.api.model
Methods in org.drools.scenariosimulation.api.model that return ScenarioSimulationModel.Type Modifier and Type Method Description ScenarioSimulationModel.TypeSettings. getType()static ScenarioSimulationModel.TypeScenarioSimulationModel.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ScenarioSimulationModel.Type[]ScenarioSimulationModel.Type. 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 ScenarioSimulationModel.Type Modifier and Type Method Description voidSettings. setType(ScenarioSimulationModel.Type type)
-