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

org.openl.rules.diff.tree.DiffTreeBuilder Maven / Gradle / Ivy

There is a newer version: 5.27.9
Show newest version
package org.openl.rules.diff.tree;

import org.openl.rules.diff.hierarchy.Projection;

public interface DiffTreeBuilder {
    DiffTreeNode compare(Projection p1, Projection p2);
    DiffTreeNode compare(Projection[] projections);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy