|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Executable
Describes entities that can be executed such as ProcessingResource
s
or Controller
s.
Method Summary | |
---|---|
void |
execute()
Starts the execution of this executable |
void |
interrupt()
Notifies this executable that it should stop its execution as soon as possible. |
boolean |
isInterrupted()
Returns true if this executable has been interrupted via the interrupt() method since the last time its execute() method
was called |
Method Detail |
---|
void execute() throws ExecutionException
ExecutionException
void interrupt()
boolean isInterrupted()
interrupt()
method since the last time its execute()
method
was called
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |