package tud.st.bpel.history.facts; /** * All dynamic facts must have Xpath! * * @author A. Look * */ public interface DynamicFact { public String getXPath(); }