ABLE 2.0.0 07/02/2003 10:25:01

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
 
Constructor Summary
ConversationEventSequence()
           
ConversationEventSequence(ConversationEvent newEvent)
           
 
Method Summary
 void append(ConversationEvent newEvent)
           
 void append(ConversationEventSequence newSequence)
           
 void clear()
           
protected  java.util.Collection getEventList()
           
 int getNumEvents()
           
 java.util.Iterator iterator()
           
 ConversationEvent removeFirst()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
Serialized version identifier in form YYYYMMDDVerRelModxx
Constructor Detail

ConversationEventSequence

public ConversationEventSequence()

ConversationEventSequence

public ConversationEventSequence(ConversationEvent newEvent)
Method Detail

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()

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003