videoautomat
Class SaleProcessAdmin
java.lang.Object
SaleProcess
videoautomat.SaleProcessAdmin
public class SaleProcessAdmin
- extends SaleProcess
This class implements a SaleProcess
for the administrative work.
Method Summary |
protected Gate |
getInitialGate()
Implementation of the inherited abstract method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SaleProcessAdmin
public SaleProcessAdmin()
- Constructs a new SaleProcessAdmin.
getInitialGate
protected Gate getInitialGate()
- Implementation of the inherited abstract method. At this
Gate
the user will see the content of
the global logfile.
- Returns:
- the
Gate
this process will first switch to. - See Also:
sale.SaleProcess#getInitialGate()