Class InternalInconsistentBackground
- java.lang.Object
-
- de.rwth.swc.coffee4j.engine.conflict.InternalInconsistentBackground
-
- All Implemented Interfaces:
InternalExplanation
public class InternalInconsistentBackground extends java.lang.Object implements InternalExplanation
-
-
Constructor Summary
Constructors Constructor Description InternalInconsistentBackground(int[] background, int[] relaxable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)int[]getBackground()int[]getRelaxable()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getBackground
public int[] getBackground()
-
getRelaxable
public int[] getRelaxable()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-