Interface Explanation
-
- All Known Implementing Classes:
ContextDecision
public interface Explanation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExplanation.Code
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddescribe(java.io.PrintStream out)Explanation.CodegetCode()
-
-
-
Method Detail
-
getCode
Explanation.Code getCode()
-
describe
void describe(java.io.PrintStream out)
-
-