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

Uses of Interface
com.ibm.conversation.CpStateMachine

Packages that use CpStateMachine
com.ibm.able.conversation The com.ibm.able.conversation contains classes for conversation management in ABLE. 
com.ibm.conversation The com.ibm.conversation package defines the core interfaces of a conversation-management system. 
com.ibm.conversation.base 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. 
 

Uses of CpStateMachine in com.ibm.able.conversation
 

Methods in com.ibm.able.conversation that return CpStateMachine
 CpStateMachine AbleCpStateMachineHandler.getStateMachine()
           
 CpStateMachine AbleCpGraphLoader.getStateMachine()
          Returns the state-machine associated with the graph loader
 

Methods in com.ibm.able.conversation with parameters of type CpStateMachine
protected  void AbleCpStateMachineHandler.init(CpStateMachine newMachine, java.lang.String newRole)
          Sets the state machine and role, then sets the current state to the state machine's initial state.
 

Constructors in com.ibm.able.conversation with parameters of type CpStateMachine
AbleCpStateMachineHandler(CpStateMachine newMachine, java.lang.String newRole)
          Constructs an AbleCpStateMachineHandler object with the given properties.
AbleCpGraphLoader(CpStateMachine machine)
          AbleCPGraphLoader constructor.
 

Uses of CpStateMachine in com.ibm.conversation
 

Methods in com.ibm.conversation that return CpStateMachine
 CpStateMachine CpStateMachineHandler.getStateMachine()
          Returns the CpStateMachine for the conversation policy being executed.
 

Uses of CpStateMachine in com.ibm.conversation.base
 

Classes in com.ibm.conversation.base that implement CpStateMachine
 class BasicCpStateMachine
          The BasicCpStateMachine class is a straightforward, vanilla-Java implementation of the CpStateMachine interface.
 

Methods in com.ibm.conversation.base with parameters of type CpStateMachine
 void CpXmlParser.initCpStateMachine(CpStateMachine stateMachine)
          Initializes the given CpStateMachine to match the cpXML file already read.
static java.lang.String BasicCpStateMachineWriter.stringForm(CpStateMachine stateMachine)
          Returns a string containing a human-friendly English-language description of the given CpStateMachine.
static void BasicCpStateMachineWriter.writeStateMachine(java.io.Writer writer, java.lang.String linePrefix, CpStateMachine stateMachine)
          Writes, on the given writer, a human-friendly English-language description of the given CpStateMachine.
 


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

(C) Copyright IBM Corporation 1999, 2003