videoautomat.transition
Class LogOnFailTransition
java.lang.Object
videoautomat.transition.LogOnFailTransition
public class LogOnFailTransition
- extends Object
Transition that redirects to the process' initial gate.
- Author:
- Alexander Herrmann
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 |
LogOnFailTransition
public LogOnFailTransition()
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 Transitionuser
- - users.User
with which to perform Transition