com.ibm.btt.automaton
Interface Executable
- All Known Subinterfaces:
- Processor
- All Known Implementing Classes:
- BTTXUIProcessor, DSEHtmlProcessor, DSEOperationProcessor, DSEProcessor
public interface Executable
The interface for automaton entities that can be executed.
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
void |
execute()
Execute the actions associated with the type. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
execute
void execute()
throws DSEInvalidArgumentException,
DSEProcessorException
- Execute the actions associated with the type.
- Throws:
DSEInvalidArgumentException
DSEProcessorException
(c) Copyright IBM Corporation 1998, 2010