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
+ 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)
 
boolean isSuccess ()
 
void run ()
 

Private Attributes

final Interpreter interpreter
 
final Plugin< G, A, R > plugin
 
boolean success
 

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: