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

AssumptionImpl.java

Go to the documentation of this file.
00001 
00065 package com.arcle.rmt.j2se.model.domimpl.rqml;
00066 
00067 import org.w3c.dom.Element;
00068 import com.arcle.rmt.j2se.model.domimpl.RQMLSecondClassFactory;
00069 
00070 import com.arcle.rmt.rqml.*;
00071 
00077 public class AssumptionImpl extends RQMLFirstClassImpl implements Assumption {
00084     public AssumptionImpl(Element e, RQMLSecondClassFactory f) {
00085         super(e, f);
00086     }
00087 }

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