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

org.openl.ie.constrainer.consistencyChecking.CompletenessChecker Maven / Gradle / Ivy

The newest version!
package org.openl.ie.constrainer.consistencyChecking;

/**
 * 

Title:

*

Description:

*

Copyright: Copyright (c) 2002

*

Company:

* * @author unascribed * @version 1.0 */ import java.util.List; public interface CompletenessChecker { /** * returns Vector of uncovered regions in the space of states */ List check(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy