Gridarta Editor
net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R > Class Template Reference

A BshThread. More...

+ Inheritance diagram for net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
+ Collaboration diagram for net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:

Public Member Functions

 BshRunnable (@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...
 

Detailed Description

A BshThread.

Author
tchize
Todo:
Document this class.

Definition at line 34 of file BshRunnable.java.

Constructor & Destructor Documentation

◆ BshRunnable()

net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.BshRunnable ( @NotNull final Plugin< G, A, R >  plugin,
@NotNull final Interpreter  interpreter 
)

Member Function Documentation

◆ isSuccess()

boolean net.sf.gridarta.plugin.BshRunnable< 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.

Returns
whether the plugin has been executed successfully

Definition at line 78 of file BshRunnable.java.

References net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.success.

Referenced by net.sf.gridarta.plugin.PluginExecutor< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.executePlugin().

+ Here is the caller graph for this function:

◆ run()

Member Data Documentation

◆ interpreter

◆ plugin

◆ success


The documentation for this class was generated from the following file: