public interface EvaluationModeProvider
| Modifier and Type | Method and Description |
|---|---|
<T,P> boolean |
isPositive(ValueType inputType,
SpecifiedTypeValue<T> inputEntryValue,
SpecifiedTypeValue<P> inputValue)
Evaluates entry to boolean value.
|
<T,P> boolean isPositive(ValueType inputType, SpecifiedTypeValue<T> inputEntryValue, SpecifiedTypeValue<P> inputValue)
T - declared type of input entry valueP - declared type of input valueinputType - rule input declared typeinputEntryValue - input entry value from decision configurationinputValue - value from contextCopyright © 2019 Power Flows. All rights reserved.