Packagecom.godpaper.as3.model.vos
Classpublic class ConductVO
InheritanceConductVO Inheritance Object



Public Properties
 PropertyDefined By
  brevity : String
[read-only]
ConductVO
  crossValue : int
ConductVO
  currentPosition : Point
[read-only]
ConductVO
  eatOff : ChessPiece
ConductVO
  nextPosition : Point
ConductVO
  previousPosition : Point
ConductVO
  target : IChessPiece
ConductVO
Public Methods
 MethodDefined By
  
dump():String
Prints out all elements (for debug/demo purposes).
ConductVO
  
ConductVO
Property Detail
brevityproperty
brevity:String  [read-only]


Implementation
    public function get brevity():String
crossValueproperty 
public var crossValue:int

currentPositionproperty 
currentPosition:Point  [read-only]


Implementation
    public function get currentPosition():Point
eatOffproperty 
eatOff:ChessPiece


Implementation
    public function get eatOff():ChessPiece
    public function set eatOff(value:ChessPiece):void
nextPositionproperty 
nextPosition:Point


Implementation
    public function get nextPosition():Point
    public function set nextPosition(value:Point):void
previousPositionproperty 
public var previousPosition:Point

targetproperty 
public var target:IChessPiece

Method Detail
dump()method
public function dump():String

Prints out all elements (for debug/demo purposes).

Returns
String — A human-readable representation of the structure.
reverse()method 
public function reverse():ConductVO

Returns
ConductVO — reversed itself,for unmaking functions;