com.ibm.able.conversation
Class ConversationEventSequence
java.lang.Object
|
+--com.ibm.able.conversation.ConversationEventSequence
- All Implemented Interfaces:
- java.io.Serializable
- public class ConversationEventSequence
- extends java.lang.Object
- implements java.io.Serializable
This is a sequence of events, used for CPH processing outputs and for
batch-mode CPH inputs.
OLD VERSION -- TO BE DELETED
- See Also:
- Serialized Form
Field Summary |
protected static long |
serialVersionUID
Serialized version identifier in form YYYYMMDDVerRelModxx |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
protected static final long serialVersionUID
- Serialized version identifier in form YYYYMMDDVerRelModxx
ConversationEventSequence
public ConversationEventSequence()
ConversationEventSequence
public ConversationEventSequence(ConversationEvent newEvent)
getEventList
protected java.util.Collection getEventList()
getNumEvents
public int getNumEvents()
append
public void append(ConversationEvent newEvent)
append
public void append(ConversationEventSequence newSequence)
removeFirst
public ConversationEvent removeFirst()
clear
public void clear()
iterator
public java.util.Iterator iterator()
(C) Copyright IBM Corporation 1999, 2003