com.ibm.dse.automaton
Interface Executable

All Known Subinterfaces:
Processor

public interface Executable

The interface for automaton entities that can be executed.


Method Summary
 void execute()
          Execute the actions associated with the type.
 

Method Detail

execute

public void execute()
             throws DSEInvalidArgumentException,
                    DSEProcessorException
Execute the actions associated with the type.
Throws:
DSEInvalidArgumentException -  
DSEProcessorException -