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

Usecase.java

Go to the documentation of this file.
00001 
00058 package com.arcle.rmt.rqml;
00059 
00060 import com.arcle.rmt.xplat.util.Iterator;
00061 
00066 public interface Usecase extends RQMLFirstClass {
00101     public Actor getActor();
00102 
00103     public Precondition getPrecondition();
00104 
00105     public Postcondition getPostcondition();
00106 
00107     public NormalCourse getNormalCourse();
00108 
00109     public AlternativeCourse getAlternativeCourse();
00110 
00111     public com.arcle.rmt.rqml.Exception  getException();
00112 
00113     public Comment getComment();
00114 }
00115 

Generated on Fri Jun 18 19:51:26 2004 for Arcle Rambutan by doxygen 1.3.5