pt.despodata.java.webappl
Class InitMachine

java.lang.Object
  extended bypt.despodata.java.webappl.InitMachine

public abstract class InitMachine
extends java.lang.Object


Constructor Summary
InitMachine(StateMachine machine)
          Constroi um objecto para inicializar uma maquina de estados.
 
Method Summary
 StateMachine getMachine()
          Get the value of machine.
protected abstract  void initProcesses()
          Inicializa uma maquina de estados.
protected  void setMachine(StateMachine v)
          Set the value of machine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitMachine

public InitMachine(StateMachine machine)
Constroi um objecto para inicializar uma maquina de estados.

Parameters:
machine - Uma maquina de estados.
Method Detail

initProcesses

protected abstract void initProcesses()
Inicializa uma maquina de estados.


getMachine

public StateMachine getMachine()
Get the value of machine.

Returns:
Value of machine.

setMachine

protected void setMachine(StateMachine v)
Set the value of machine.

Parameters:
v - Value to assign to machine.