|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.tuberlin.cs.cis.ocl.eval.report.ContextSummary
Summarises the evaluation of constraints contained in a context.
Constructor Summary | |
ContextSummary(de.tuberlin.cs.cis.ocl.parser.node.PContextDeclaration declaration)
Constructs a summary of a context by its context declaration. |
Method Summary | |
void |
addResult(ConstraintSummary newResult)
Adds a result to the list of evaluated constraints. |
java.util.Collection |
getConstraintResults()
Returns the results of all included constraints. |
java.lang.String |
getContextDeclaration()
Returns the context declaration of the summarized context. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ContextSummary(de.tuberlin.cs.cis.ocl.parser.node.PContextDeclaration declaration)
declaration
- the context declarationMethod Detail |
public void addResult(ConstraintSummary newResult)
newResult
- the evaluation results of a constraintpublic java.util.Collection getConstraintResults()
public java.lang.String getContextDeclaration()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |