org.drools.verifier.report.components.Cause Maven / Gradle / Ivy
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