|
Gridarta Editor
|
Inheritance diagram for net.sf.gridarta.plugin.BshThread< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
Collaboration diagram for net.sf.gridarta.plugin.BshThread< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:Public Member Functions | |
| BshThread (@NotNull final String name, @NotNull final Plugin< G, A, R > plugin, @NotNull final Interpreter interpreter) | |
| Creates a new instance. More... | |
| boolean | isSuccess () |
| Returns whether the plugin has been executed successfully. More... | |
| void | run () |
Private Attributes | |
| final Interpreter | interpreter |
| The Interpreter of this BshThread. More... | |
| final Plugin< G, A, R > | plugin |
| The PluginModel of this BshThread. More... | |
| boolean | success |
| Whether the plugin has been executed successfully. More... | |
| net.sf.gridarta.plugin.BshThread< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.BshThread | ( | @NotNull final String | name, |
| @NotNull final Plugin< G, A, R > | plugin, | ||
| @NotNull final Interpreter | interpreter | ||
| ) |
Creates a new instance.
| name | the name to assign to this thread |
| plugin | the plugin model for this thread |
| interpreter | the interpreter for this thread |
Definition at line 59 of file BshThread.java.
References net.sf.gridarta.plugin.BshThread< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.interpreter, and net.sf.gridarta.plugin.BshThread< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.plugin.
| boolean net.sf.gridarta.plugin.BshThread< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.isSuccess | ( | ) |
Returns whether the plugin has been executed successfully.
Definition at line 80 of file BshThread.java.
Here is the caller graph for this function:| void net.sf.gridarta.plugin.BshThread< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.run | ( | ) |
|
private |
The Interpreter of this BshThread.
Definition at line 46 of file BshThread.java.
Referenced by net.sf.gridarta.plugin.BshThread< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.BshThread().
|
private |
The PluginModel of this BshThread.
Definition at line 40 of file BshThread.java.
Referenced by net.sf.gridarta.plugin.BshThread< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.BshThread().
|
private |
Whether the plugin has been executed successfully.
Definition at line 51 of file BshThread.java.
Referenced by net.sf.gridarta.plugin.BshThread< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.isSuccess().