Uses of Class
de.rwth.swc.coffee4j.algorithmic.conflict.DiagnosisElement
-
Packages that use DiagnosisElement Package Description de.rwth.swc.coffee4j.algorithmic.conflict -
-
Uses of DiagnosisElement in de.rwth.swc.coffee4j.algorithmic.conflict
Methods in de.rwth.swc.coffee4j.algorithmic.conflict that return types with arguments of type DiagnosisElement Modifier and Type Method Description List<DiagnosisElement>DiagnosisHittingSet. getDiagnosisElements()List<DiagnosisElement>DiagnosisSet. getDiagnosisElements()Methods in de.rwth.swc.coffee4j.algorithmic.conflict with parameters of type DiagnosisElement Modifier and Type Method Description intDiagnosisElement. compareTo(DiagnosisElement other)booleanDiagnosisHittingSet. contains(DiagnosisElement otherElement)Constructor parameters in de.rwth.swc.coffee4j.algorithmic.conflict with type arguments of type DiagnosisElement Constructor Description DiagnosisHittingSet(List<DiagnosisElement> diagnosisElements)DiagnosisSet(List<DiagnosisElement> diagnosisElements)
-