Videoautomat

videoautomat.transition
Class LogOnFailTransition

java.lang.Object
  extended by videoautomat.transition.LogOnFailTransition

public class LogOnFailTransition
extends Object

Transition that redirects to the process' initial gate.

Author:
Alexander Herrmann

Constructor Summary
LogOnFailTransition()
           
 
Method Summary
 Gate perform(SaleProcess sp, User user)
          Redirects to the initial gate of the current process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogOnFailTransition

public LogOnFailTransition()
Method Detail

perform

public Gate perform(SaleProcess sp,
                    User user)
Redirects to the initial gate of the current process.

Parameters:
sp - - sale.SaleProcess on which to perform Transition
user - - users.User with which to perform Transition

Videoautomat