Hi Sudhira: I checked the User's Guide but this was not there. This information belongs into there! I apologize for that. A repetition class R ~ {E}. supports the following interface: (see http://www.ccs.neu.edu/research/demeter/DemeterJava/use/latest-demjava/generate/repetition.beh) void addElement(E e) // add at end void push(E e) // add at beginning java.util.Enumeration elements() // returns list as enumeration int size() // current size of list boolean isEmpty() // size = 0 boolean hasMoreElements() // java.util.Enumeration Object nextElement() // java.util.Enumeration boolean contains(E e) A repetition class implements java.util.Enumeration. -- Karl From smishra@ptc.com Mon Nov 16 10:30:56 1998 Sender: smishra@ptc.com From: Sudhira Mishra To: lieber@ccs.neu.edu Subject: Function defined in Demeter for List Prof, For the list class addElement is defined for Class list. Is there are other operation defined for list object in Demter. If so how and where we can get those information. Thanks sudhira -- ********************************************************************** * Sudhira Mishra | Parametric Technology Corporation * * email:smishra@ptc.com | 128 Technology Drive * * 781-398-6118 | Waltham, MA,02453 * **********************************************************************