Packagecom.godpaper.as3.business.fsm
Classpublic class ChessAgent
InheritanceChessAgent Inheritance com.lookbackon.AI.FSM.Agent

ChessAgent to agently maintain all of chess state.



Public Properties
 PropertyDefined By
  attackState : AttackState
ChessAgent
  defenseState : DefenseState
ChessAgent
  nascenceState : NascenceState
ChessAgent
  renascenceState : RenascenceState
ChessAgent
Public Methods
 MethodDefined By
  
ChessAgent(name:String, carrier:IVisualElement, traceTarget:IVisualElement = null)
Constructor.
ChessAgent
Property Detail
attackStateproperty
public var attackState:AttackState

defenseStateproperty 
public var defenseState:DefenseState

nascenceStateproperty 
public var nascenceState:NascenceState

renascenceStateproperty 
public var renascenceState:RenascenceState

Constructor Detail
ChessAgent()Constructor
public function ChessAgent(name:String, carrier:IVisualElement, traceTarget:IVisualElement = null)

Constructor.

Parameters
name:String
 
carrier:IVisualElement
 
traceTarget:IVisualElement (default = null)