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

astra.reasoner.FormulaUnifier Maven / Gradle / Ivy

package astra.reasoner;

import java.util.Map;

import astra.core.Agent;
import astra.formula.Formula;
import astra.term.Term;

public interface FormulaUnifier {
    boolean isApplicable(Formula source, Formula target);
    Map unify(Formula source, Formula target, Map bindings, Agent agent);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy