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

fr.boreal.model.rule.api.FORule Maven / Gradle / Ivy

The newest version!
package fr.boreal.model.rule.api;

import fr.boreal.model.formula.api.FOFormula;

/**
 * A Rule with FOFormula representation
 * @author Florent Tornil
 *
 */
public interface FORule extends Rule {

	@Override
	FOFormula getBody();

	@Override
	FOFormula getHead();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy