namespace XFFSM { public interface IPamaterCompare { bool IsMeetCondition(FSMParameterData parameter,float v); } }