Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

AssumptionList.java

Go to the documentation of this file.
00001 
00066 package com.arcle.rmt.superwaba.vc.rqml;
00067 import com.arcle.rmt.rqml.RQMLFirstClass;
00068 import com.arcle.rmt.superwaba.vc.ElementList;
00069 
00077 public class AssumptionList extends ElementList {
00078     public AssumptionList(AssumptionListController ctrl) {
00079         super(ctrl,"Assumptions");
00080     }
00081 
00082     //-----------------------------------------------------------------------
00083     // Implemented Abstract Methods
00084 
00085     protected int getElementCount() {
00086         return getDocument().getAssumptionCount();
00087     }
00088 
00089     protected RQMLFirstClass getElementAt(int i) {
00090         return getDocument().getAssumptionAt(i);
00091     }
00092 }

Generated on Fri Jun 18 19:50:48 2004 for Arcle Rambutan by doxygen 1.3.5