ABLE 2.3.0 07/13/2005 14:21:00

Uses of Interface
com.ibm.conversation.CpStateMachine

Packages that use CpStateMachine
com.ibm.able.conversation This package contains ABLE's conversation support subsystem. 
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 AbleCpGraphLoader.getStateMachine()
          Returns the state-machine associated with the graph loader.
 CpStateMachine AbleCpStateMachineHandler.getStateMachine()
           
 

Methods in com.ibm.able.conversation with parameters of type CpStateMachine
 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
AbleCpGraphLoader(CpStateMachine machine)
          AbleCPGraphLoader constructor.
AbleCpStateMachineHandler(CpStateMachine newMachine, java.lang.String newRole)
          Constructs an AbleCpStateMachineHandler object with the given properties.
AbleCpStateMachineHandler(AbleBean owner, CpStateMachine newMachine, java.lang.String newRole)
          Constructs an AbleCpStateMachineHandler object with the given properties.
 

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.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005