org.apache.shale.dialog.impl
Class EndStateImpl

java.lang.Object
  extended by org.apache.shale.dialog.impl.AbstractState
      extended by org.apache.shale.dialog.impl.ViewStateImpl
          extended by org.apache.shale.dialog.impl.EndStateImpl
All Implemented Interfaces:
EndState, State, ViewState

public class EndStateImpl
extends ViewStateImpl
implements EndState

EndStateImpl is a basic implementation of EndState.

$Id: EndStateImpl.java 419431 2006-07-06 04:38:39Z wsmoak $


Field Summary
 
Fields inherited from class org.apache.shale.dialog.impl.AbstractState
log
 
Constructor Summary
EndStateImpl()
           
 
Method Summary
 String toString()
          Render a printable version of this instance.
 
Methods inherited from class org.apache.shale.dialog.impl.ViewStateImpl
getViewId, setViewId
 
Methods inherited from class org.apache.shale.dialog.impl.AbstractState
addTransition, findTransition, getDialog, getName, getTransitionOutcomes, removeTransition, setDialog, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.shale.dialog.ViewState
getViewId
 
Methods inherited from interface org.apache.shale.dialog.State
findTransition, getDialog, getName, getTransitionOutcomes
 

Constructor Detail

EndStateImpl

public EndStateImpl()
Method Detail

toString

public String toString()

Render a printable version of this instance.

Overrides:
toString in class ViewStateImpl


Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.