Videoautomat

videoautomat
Class SaleProcessAdmin

java.lang.Object
  extended by SaleProcess
      extended by videoautomat.SaleProcessAdmin

public class SaleProcessAdmin
extends SaleProcess

This class implements a SaleProcess for the administrative work.


Constructor Summary
SaleProcessAdmin()
          Constructs a new SaleProcessAdmin.
 
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
 

Constructor Detail

SaleProcessAdmin

public SaleProcessAdmin()
Constructs a new SaleProcessAdmin.

Method Detail

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()

Videoautomat