
org.openl.rules.diff.tree.DiffTreeBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.openl.rules.diff Show documentation
Show all versions of org.openl.rules.diff Show documentation
API for comparing tables in Excel
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