Package org.drools.beliefs.bayes
Interface GlobalUpdateListener
-
public interface GlobalUpdateListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterGlobalUpdate(CliqueState clique)voidbeforeGlobalUpdate(CliqueState clique)
-
-
-
Method Detail
-
beforeGlobalUpdate
void beforeGlobalUpdate(CliqueState clique)
-
afterGlobalUpdate
void afterGlobalUpdate(CliqueState clique)
-
-