| Package | Description |
|---|---|
| org.powerflows.dmn.engine.evaluator.entry.mode.provider |
Providers for customizing decision evaluation mode.
|
| org.powerflows.dmn.engine.evaluator.type.converter |
Type converters.
|
| org.powerflows.dmn.engine.model.decision.field |
Decision input and output model.
|
| Modifier and Type | Method and Description |
|---|---|
<T,P> boolean |
EvaluationModeProvider.isPositive(ValueType inputType,
SpecifiedTypeValue<T> inputEntryValue,
SpecifiedTypeValue<P> inputValue)
Evaluates entry to boolean value.
|
| Modifier and Type | Method and Description |
|---|---|
TypeConverter |
TypeConverterFactory.getInstance(ValueType valueType) |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
Output.getType() |
ValueType |
Input.getType() |
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ValueType> |
ValueType.safeValueOf(String name) |
Copyright © 2019 Power Flows. All rights reserved.