IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.automaton
Interface Executable

All Known Subinterfaces:
Processor
All Known Implementing Classes:
DSEProcessor

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

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005