Uses of Class
de.unima.alcomox.algorithms.IndexMarker

Packages that use IndexMarker
de.unima.alcomox.algorithms   
 

Uses of IndexMarker in de.unima.alcomox.algorithms
 

Methods in de.unima.alcomox.algorithms that return IndexMarker
 IndexMarker IndexMarker.getChild(int index, ConflictStore cm)
          Constructs a child of an index-marker which ic the parent index-maker where on of the flags is set from true to false (one correspondence dismissed).
 

Methods in de.unima.alcomox.algorithms with parameters of type IndexMarker
 int IndexMarker.compareTo(IndexMarker that)
           
 java.util.Set<java.lang.Integer> ConflictStore.getConflictingIndices(IndexMarker m)
          Checks whether there are still some conflicts unresolved with respect to the index marker.
 int ConflictStore.getNumOfInvolvedConflicts(int index, IndexMarker m)
           
 int ConflictStore.getTopWeightedConflictingIndex(IndexMarker m)
          Computes the next index that has to be removed following a greedy strategy that first chooses according to conflicts in which a correspondence is involved, and next takes uses the confidence value.