org.mycore.frontend.redundancy
Class MCRRedundancyDefaultMapGenerator
java.lang.Object
org.mycore.frontend.redundancy.MCRRedundancyAbstractMapGenerator
org.mycore.frontend.redundancy.MCRRedundancyDefaultMapGenerator
public class MCRRedundancyDefaultMapGenerator
- extends MCRRedundancyAbstractMapGenerator
The default redundancy map generator compares all objects of a type
with each other. This is not the fastest way to compare the objects
but it gives you the possibility to use your own comparator.
- Author:
- Matthias Eichner
| Methods inherited from class org.mycore.frontend.redundancy.MCRRedundancyAbstractMapGenerator |
areConditionsEquals, areRedundancyObjectsEqual, createCondition, createGroupElement, createObjectElement, getComparator, getCompareCriteria, getFileName, getStringFormatter, saveToFile, setComparator, setStringFormatter, setTypeData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCRRedundancyDefaultMapGenerator
public MCRRedundancyDefaultMapGenerator()
createRedundancyMap
public void createRedundancyMap()
- Description copied from class:
MCRRedundancyAbstractMapGenerator
- Main method to create the redundancy map.
- Specified by:
createRedundancyMap in class MCRRedundancyAbstractMapGenerator
getGroup
protected Element getGroup(Map<String,String> compareCriterias)