|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
com.ibm.conversation.base
package contains straightforward, vanilla-Java
implementations of some of the conversation-management system interfaces defined
in package com.ibm.conversation, plus some simple helper classes.
See:
Description
Class Summary | |
---|---|
BasicConversationMetaData | Class BasicConversationMetaData is a straightforward, vanilla Java implementation of the ConversationMetaData interface. |
BasicCpHandlerStack | Class BasicCpHandlerStack implements the ConversationContext interface as a stack of ConversationPolicyHandlers. |
BasicCpState | The BasicCpState class is a straightforward, vanilla-Java implementation of the CpState interface. |
BasicCpStateMachine | The BasicCpStateMachine class is a straightforward, vanilla-Java implementation of the CpStateMachine interface. |
BasicCpStateMachineWriter | The BasicCpStateMachineWriter class frites a human-readable, multi-line, English-language description of a CpStateMachine. |
BasicCpStateTransition | The BasicCpStateTransition class is a straightforward, vanilla-Java implementation of the CpStateTransition interface. |
BasicDecisionDataHandle | Class BasicDecisionDataHandle is a straightforward, vanilla-Java implementation of the DecisionDataHandle interface. |
BasicDecisionLogicAdapterFactory | Class BasicDecisionLogicAdapterFactory is a simple factory of DecisionLogicAdapter objects. |
BasicMessageDescription | The BasicMessageDescription class is a straightforward, vanilla-Java implementation of the MessageDescription interface. |
BasicMessageHandle | Class BasicMessageHandle is a straightforward, vanilla-Java implementation of the MessageHandle interface |
CpXmlParser | The CpXmlParser class is responsible for reading and parsing cpXML files, then initializing CpStateMachines to match the file contents. |
XmlParsingUtils | Class XmlParsingUtils provides a few convenience functions used in parsing XML files. |
The com.ibm.conversation.base
package contains straightforward, vanilla-Java
implementations of some of the conversation-management system interfaces defined
in package com.ibm.conversation, plus some simple helper classes.
Helper classes include:
CpXmlParser
, which parses conversation policy files specific in cpXML, and
configures CpStateMachine
instances to match.BasicCpStateMachineWriter
, which generates a human-friendly, multi-line,
English-language description the structure of a CpStateMachine.
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |