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

Course.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 Course extends RQMLSecondClass {
00067 
00068     public abstract Description getDescription();
00069 
00070     public abstract ActorAction getActorAction();
00071 
00072     public abstract SystemResponse getSystemResponse();
00073 
00074 
00075     /*
00076     public abstract Description createDescription();
00077 
00078     public abstract ActorAction createActorAction();
00079 
00080     public abstract SystemResponse createSystemResponse();
00081 
00082 
00083     public abstract Iterator getDescriptions();
00084 
00085 
00086     public abstract Iterator getActorActionsOrSystemResponses();
00087     */
00088 
00089 }
00090 

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