diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/service/IConstraintVerificationService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/service/IConstraintVerificationService.java index 98dd971295ea3c7f6384248ec30788d363046ebc..877cf5933ea2a59a19507ba9f0613c4562dbebdb 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/service/IConstraintVerificationService.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/service/IConstraintVerificationService.java @@ -17,7 +17,7 @@ import org.fortiss.tooling.kernel.model.constraints.IConstraintVerificationStatu * @author aravantinos * @author $Author$ * @version $Rev$ - * @ConQAT.Rating YELLOW Hash: 4B668DE0AB4D3B36FB5A7B8C72CA6B98 + * @ConQAT.Rating YELLOW Hash: D2FD355DD119687975B1D58197A4E256 */ public interface IConstraintVerificationService { @@ -85,8 +85,8 @@ public interface IConstraintVerificationService { * @param constraint * @param constrained * @param index - * Sets the constrained number <code>index</code> of <code>constraint</code> to - * <code>constrained</code>. + * Defines <code>constrained</code> as the <code>index</code>nth constrained model + * element of <code>constraint</code>. * Leaves the other elements as they are if they exist, fill them with * <code>null</code> till <code>index</code> otherwise. */