
org.openl.rules.diff.xls2.IterClosure 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.xls2;
/**
* Helper interface.
*
* @author Aleh Bykhavets
*
*/
public interface IterClosure {
/**
* Check whether tables are met some criteria and
* are moving into other place.
*
* @param table1
* @param table2
* @return true -- remove tables from list
*/
boolean remove(XlsTable table1, XlsTable table2);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy