Packagecom.godpaper.as3.business.fsm.states.chess
Classpublic class NascenceState
InheritanceNascenceState Inheritance StateBase Inheritance Object

NascenceState.as class. Chess piece nacency state after created from chess factory;



Public Properties
 PropertyDefined By
 Inheriteddescription : String
StateBase
Protected Properties
 PropertyDefined By
 Inheritedagent : IAgent
StateBase
 Inheritedresource : Object
StateBase
Public Methods
 MethodDefined By
  
NascenceState(agent:ChessAgent, resource:Object, description:String = null)
NascenceState
  
enter():void
[override]
NascenceState
  
exit():void
[override]
NascenceState
  
update(time:Number = 0):void
[override]
NascenceState
Constructor Detail
NascenceState()Constructor
public function NascenceState(agent:ChessAgent, resource:Object, description:String = null)



Parameters
agent:ChessAgent
 
resource:Object
 
description:String (default = null)
Method Detail
enter()method
override public function enter():void

exit()method 
override public function exit():void

update()method 
override public function update(time:Number = 0):void

Parameters

time:Number (default = 0)