Interface DecisionTable.OutputClause
-
- All Known Implementing Classes:
DTOutputClause
- Enclosing interface:
- DecisionTable
public static interface DecisionTable.OutputClause
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()List<UnaryTest>getOutputValues()TypegetType()booleanisCollection()
-