KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > simpletrl > HasReturnVal


1 package simpletrl;
2 public interface HasReturnVal extends javax.jmi.reflect.RefAssociation {
3
4     public boolean exists(simpletrl.ValueExp end0,simpletrl.CalledRule end1) throws javax.jmi.reflect.JmiException ;
5     public boolean add(simpletrl.ValueExp end0,simpletrl.CalledRule end1) throws javax.jmi.reflect.JmiException ;
6     public boolean remove(simpletrl.ValueExp end0,simpletrl.CalledRule end1) throws javax.jmi.reflect.JmiException ;
7     public simpletrl.ValueExp getReturnVal(simpletrl.CalledRule calledRule) throws javax.jmi.reflect.JmiException ;
8 }
9
Popular Tags