Class MachineBase

java.lang.Object
org.graphwalker.core.machine.MachineBase
All Implemented Interfaces:
Observable, Machine
Direct Known Subclasses:
SimpleMachine

public abstract class MachineBase extends Object implements Machine

MachineBase

MachineBase represents the Finite State Machine.

The MachineBase keeps lists of Contexts and Observers, a Profiler and the exception strategy.

Author:
Nils Olsson