org.stringtree.workflow
Interface StateMachineLoader

All Known Implementing Classes:
ClassicMachineLoader, HierarchyMachineLoader, LineBasedMachineLoader

public interface StateMachineLoader


Method Summary
 void load(StateMachineSpec spec, java.io.Reader reader)
           
 

Method Detail

load

void load(StateMachineSpec spec,
          java.io.Reader reader)
          throws java.io.IOException
Throws:
java.io.IOException