Interface DmnEvaluatedInput
- All Known Implementing Classes:
- DmnEvaluatedInputImpl
public interface DmnEvaluatedInput
The input for a evaluated decision.
- 
Method Details- 
getIdString getId()- Returns:
- the id of the evaluated input or null if not set
 
- 
getNameString getName()- Returns:
- the name of the evaluated input or null if not set
 
- 
getInputVariableString getInputVariable()- Returns:
- the input variable name for the input
 
- 
getValueTypedValue getValue()- Returns:
- the value of the evaluated input or null if non set
 
 
-