Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.iicm.xpg.statemachine
Interface Initializer  view Initializer download Initializer.java

All Known Implementing Classes:
InitInitializeStateMachine, InitParser

public interface Initializer

Interface for initializing of a statemachine

Version:
$Revision: 1.6 $

Method Summary
 PrimitiveStateMachine getStateMachine()
          get the (initialized) statemachine
 void initialize(PrimitiveStateMachine statemachine)
          initialize a statemachine
 

Method Detail

initialize

public void initialize(PrimitiveStateMachine statemachine)
                throws java.lang.IllegalArgumentException,
                       java.io.IOException,
                       org.xml.sax.SAXException
initialize a statemachine


getStateMachine

public PrimitiveStateMachine getStateMachine()
get the (initialized) statemachine