Uses of Class
de.rwth.swc.coffee4j.algorithmic.conflict.ConflictElement
-
Packages that use ConflictElement Package Description de.rwth.swc.coffee4j.algorithmic.conflict -
-
Uses of ConflictElement in de.rwth.swc.coffee4j.algorithmic.conflict
Fields in de.rwth.swc.coffee4j.algorithmic.conflict with type parameters of type ConflictElement Modifier and Type Field Description protected List<ConflictElement>ConflictElementsBasedExplanation. conflictElementsMethods in de.rwth.swc.coffee4j.algorithmic.conflict that return types with arguments of type ConflictElement Modifier and Type Method Description List<ConflictElement>ConflictElementsBasedExplanation. getConflictElements()Constructor parameters in de.rwth.swc.coffee4j.algorithmic.conflict with type arguments of type ConflictElement Constructor Description ConflictElementsBasedExplanation(List<ConflictElement> conflictElements)ConflictSet(List<ConflictElement> conflictElements)InconsistentBackground(List<ConflictElement> conflictElements)
-