Class ConflictElement
- java.lang.Object
-
- de.rwth.swc.coffee4j.algorithmic.conflict.ConflictElement
-
public class ConflictElement extends Object
-
-
Constructor Summary
Constructors Constructor Description ConflictElement(int conflictingConstraintId, int[] involvedParameters, int[] conflictingValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetConflictingConstraintId()int[]getConflictingValues()int[]getInvolvedParameters()inthashCode()StringtoString()
-