KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > simpletrl > CalledRule


1 package simpletrl;
2 public interface CalledRule extends simpletrl.Rule{ public java.util.List JavaDoc getParams() throws javax.jmi.reflect.JmiException;
3     public simpletrl.ValueExp getReturnVal() throws javax.jmi.reflect.JmiException;
4     public void setReturnVal(simpletrl.ValueExp newValue) throws javax.jmi.reflect.JmiException;
5 }
6
Popular Tags