Uses of Class
de.tuberlin.cs.cis.ocl.eval.report.ConstraintParameter

Packages that use ConstraintParameter
de.tuberlin.cs.cis.ocl.eval.report Provides classes summarising the interpretation results of OCL constraints.  
 

Uses of ConstraintParameter in de.tuberlin.cs.cis.ocl.eval.report
 

Methods in de.tuberlin.cs.cis.ocl.eval.report with parameters of type ConstraintParameter
 void ConstraintSummary.addResult(ConstraintParameter params, java.lang.String evaluation)
          Adds an value to the list of results the constraint is evaluated to.
 java.lang.String ConstraintSummary.getResult(ConstraintParameter params)
          Retruns the result the summarized constraint is evaluated to when parameterized with the specified arguments.