KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > simpletrl > ThenBody


1 package simpletrl;
2 public interface ThenBody extends javax.jmi.reflect.RefAssociation {
3
4     public boolean exists(simpletrl.StatementExp end0,simpletrl.IfStatementExp end1) throws javax.jmi.reflect.JmiException ;
5     public boolean add(simpletrl.StatementExp end0,simpletrl.IfStatementExp end1) throws javax.jmi.reflect.JmiException ;
6     public boolean remove(simpletrl.StatementExp end0,simpletrl.IfStatementExp end1) throws javax.jmi.reflect.JmiException ;
7     public java.util.Collection JavaDoc getThenStatements(simpletrl.IfStatementExp end) throws javax.jmi.reflect.JmiException ;
8 }
9
Popular Tags