org.openl.ie.constrainer.consistencyChecking.OverlappingChecker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.openl.rules.constrainer Show documentation
Show all versions of org.openl.rules.constrainer Show documentation
OpenL Constraint Programming engine
package org.openl.ie.constrainer.consistencyChecking;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2002
* Company:
* @author unascribed
* @version 1.0
*/
import java.util.List;
public interface OverlappingChecker {
List check();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy