Uses of Class
de.unima.alcomox.ontology.ConflictPair

Packages that use ConflictPair
de.unima.alcomox   
de.unima.alcomox.algorithms   
de.unima.alcomox.mapping   
 

Uses of ConflictPair in de.unima.alcomox
 

Methods in de.unima.alcomox that return types with arguments of type ConflictPair
 java.util.Set<ConflictPair> ExtractionProblem.getConflicSets()
          Deprecated. Will be removed in following AlcomoVersions (was used in javasript based manual evaluation). Computes the set of all conflict sets in the efficient mode. This method will find most pairs of conflicting correspondences, conflict sets of higher cardinality are not yet supported.
 

Uses of ConflictPair in de.unima.alcomox.algorithms
 

Methods in de.unima.alcomox.algorithms that return types with arguments of type ConflictPair
 java.util.Set<ConflictPair> ConflictSearch.getConflictSets()
           
 

Uses of ConflictPair in de.unima.alcomox.mapping
 

Methods in de.unima.alcomox.mapping that return types with arguments of type ConflictPair
 java.util.Set<ConflictPair> Mapping.getConflictPairs()
           
 

Method parameters in de.unima.alcomox.mapping with type arguments of type ConflictPair
 void Mapping.setConflictPairs(java.util.Set<ConflictPair> cps)