ballwar.model.filterCriteria
Class ArcViewCriteria

java.lang.Object
  extended by ballwar.model.filterCriteria.ArcViewCriteria
All Implemented Interfaces:
FilterCmd.IFilterCriteria

public class ArcViewCriteria
extends Object
implements FilterCmd.IFilterCriteria


Field Summary
private  double _cosTheta
           
 
Constructor Summary
ArcViewCriteria(double theta)
           
 
Method Summary
 IBallCmd selectCmd(Ball host, Ball otherBall, IBallCmd passCmd, IBallCmd rejectCmd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_cosTheta

private double _cosTheta
Constructor Detail

ArcViewCriteria

public ArcViewCriteria(double theta)
Method Detail

selectCmd

public IBallCmd selectCmd(Ball host,
                          Ball otherBall,
                          IBallCmd passCmd,
                          IBallCmd rejectCmd)
Specified by:
selectCmd in interface FilterCmd.IFilterCriteria