Uses of Class
org.kie.internal.builder.ScoreCardConfiguration.SCORECARD_INPUT_TYPE
-
Packages that use ScoreCardConfiguration.SCORECARD_INPUT_TYPE Package Description org.kie.internal.builder The builder package is responsible for building knowledge definitions from artifact resources. -
-
Uses of ScoreCardConfiguration.SCORECARD_INPUT_TYPE in org.kie.internal.builder
Methods in org.kie.internal.builder that return ScoreCardConfiguration.SCORECARD_INPUT_TYPE Modifier and Type Method Description static ScoreCardConfiguration.SCORECARD_INPUT_TYPE
ScoreCardConfiguration.SCORECARD_INPUT_TYPE. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScoreCardConfiguration.SCORECARD_INPUT_TYPE[]
ScoreCardConfiguration.SCORECARD_INPUT_TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.internal.builder with parameters of type ScoreCardConfiguration.SCORECARD_INPUT_TYPE Modifier and Type Method Description void
ScoreCardConfiguration. setInputType(ScoreCardConfiguration.SCORECARD_INPUT_TYPE inputType)
Defines the input source for reading the scorecard Supported sources are SCORECARD_INPUT_TYPE.PMML for a valid PMML 4.1 file SCORECARD_INPUT_TYPE.EXCEL for an excel file Default value is SCORECARD_INPUT_TYPE.EXCEL
-