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

astra.statement.ModuleCallAdaptor Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
package astra.statement;

import astra.core.Intention;
import astra.formula.Predicate;

public interface ModuleCallAdaptor {
	public boolean suppressNotification();
	public boolean inline();
	public boolean invoke(Intention context, Predicate atom);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy