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

alice.tuprolog.interfaces.IPrimitiveManager Maven / Gradle / Ivy

The newest version!
package alice.tuprolog.interfaces;

public interface IPrimitiveManager {
	
	boolean containsTerm(String name, int nArgs);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy