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

astra.reasoner.EventUnifier Maven / Gradle / Ivy

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

import java.util.Map;

import astra.core.Agent;
import astra.event.Event;
import astra.term.Term;

public interface EventUnifier {
	public Map unify(T source, T target, Agent agent);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy