1 /* 2 * Created on 30-mar-2006 3 * 4 */ 5 package org.state4j.sm; 6 7 public interface SmEvaluator { 8 boolean evaluate(SmContext cntx); 9 }