Interface DmnEvaluatedInput
-
- All Known Implementing Classes:
DmnEvaluatedInputImpl
public interface DmnEvaluatedInput
The input for a evaluated decision.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
java.lang.String
getInputVariable()
java.lang.String
getName()
TypedValue
getValue()
-
-
-
Method Detail
-
getId
java.lang.String getId()
- Returns:
- the id of the evaluated input or null if not set
-
getName
java.lang.String getName()
- Returns:
- the name of the evaluated input or null if not set
-
getInputVariable
java.lang.String getInputVariable()
- Returns:
- the input variable name for the input
-
getValue
TypedValue getValue()
- Returns:
- the value of the evaluated input or null if non set
-
-