alice.tuprolog.interfaces.IPrimitiveManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tuprolog Show documentation
Show all versions of tuprolog Show documentation
Light-weight Prolog system for Internet applications and infrastructures
The newest version!
package alice.tuprolog.interfaces;
public interface IPrimitiveManager {
boolean containsTerm(String name, int nArgs);
}