org.moyoman.module.tactics.tacticsimpl
Class CaptureGroup

java.lang.Object
  |
  +--org.moyoman.module.tactics.tacticsimpl.CaptureGroup

class CaptureGroup
extends Object


Field Summary
(package private)  int totalMoves
           
 
Constructor Summary
protected CaptureGroup(Scheduler sch, SingleGroup sg, Color toMove)
           
protected CaptureGroup(Scheduler sch, SingleGroup sg, Color toMove, int total)
           
 
Method Summary
protected  boolean canBeCaptured()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totalMoves

int totalMoves
Constructor Detail

CaptureGroup

protected CaptureGroup(Scheduler sch,
                       SingleGroup sg,
                       Color toMove)

CaptureGroup

protected CaptureGroup(Scheduler sch,
                       SingleGroup sg,
                       Color toMove,
                       int total)
Method Detail

canBeCaptured

protected boolean canBeCaptured()