Package | Description |
---|---|
org.kie.internal.builder |
The builder package is responsible for building knowledge definitions from artifact resources.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.