Interface DecisionProgram.DecisionLog
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableDecisionLog
- Enclosing interface:
- DecisionProgram
-
Method Details
-
getMatch
Boolean getMatch() -
getOrder
Integer getOrder() -
getAccepts
List<DecisionProgram.DecisionLogEntry> getAccepts() -
getReturns
List<DecisionProgram.DecisionLogEntry> getReturns()
-