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

org.drools.verifier.report.components.Cause Maven / Gradle / Ivy

There is a newer version: 9.44.0.Final
Show newest version
package org.drools.verifier.report.components;

/**
 *
 * @author Toni Rikkola
 */
public interface Cause {


	public int getId();

	public CauseType getCauseType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy