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

com.github.k0zka.finder4j.backtrack.State Maven / Gradle / Ivy

package com.github.k0zka.finder4j.backtrack;

import java.io.Serializable;

public interface State extends Cloneable, Serializable {
	/**
	 * Check if the state is legal and complete.
	 * 
	 * @return
	 */
	boolean isComplete();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy