| Package | org.generalrelativity.thread.process |
| Class | public class AbstractProcess |
| Inheritance | AbstractProcess Object |
| Implements | IRunnable |
| Subclasses | AStar, SearchingBase |
IRunnable
See also
| Property | Defined By | ||
|---|---|---|---|
| isSelfManaging : Boolean | AbstractProcess | ||
| percentage : Number [read-only] | AbstractProcess | ||
| Property | Defined By | ||
|---|---|---|---|
| _isSelfManaging : Boolean | AbstractProcess | ||
| Method | Defined By | ||
|---|---|---|---|
AbstractProcess(isSelfManaging:Boolean = false) | AbstractProcess | ||
run():void | AbstractProcess | ||
runAndManage(allocation:int):void | AbstractProcess | ||
terminate():void | AbstractProcess | ||
yield():void | AbstractProcess | ||
| _isSelfManaging | property |
protected var _isSelfManaging:Boolean| isSelfManaging | property |
isSelfManaging:Boolean public function get isSelfManaging():Boolean public function set isSelfManaging(value:Boolean):void| percentage | property |
percentage:Number [read-only] public function get percentage():Number| AbstractProcess | () | Constructor |
public function AbstractProcess(isSelfManaging:Boolean = false)isSelfManaging:Boolean (default = false) |
| run | () | method |
public function run():void| runAndManage | () | method |
public function runAndManage(allocation:int):voidParameters
allocation:int |
| terminate | () | method |
public function terminate():void| yield | () | method |
public function yield():void