|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Explanation
contains information needed for generating am explanation String
Constructor Summary | |
Explanation()
|
Method Summary | |
void |
addViolation(java.lang.String violation)
adds a violation to the explanation !!! parameter type may change !!! |
java.lang.Object[] |
getViolations()
returns all violation descriptions |
boolean |
violationFound()
returns true if this object has at least one description |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Explanation()
Method Detail |
public void addViolation(java.lang.String violation)
description
- of violationpublic java.lang.Object[] getViolations()
public boolean violationFound()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |