All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.stanford.protege.webprotege.diff.DiffElementOperationComparator Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.diff;

import java.util.Comparator;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 26/02/15
 */
public class DiffElementOperationComparator implements Comparator> {

    @Override
    public int compare(DiffElement o1, DiffElement o2) {
        return o1.getDiffOperation().compareTo(o2.getDiffOperation());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy