Public Member Functions | |
SimGridAllyDeterminant (Robot.GridCell origin_) | |
boolean | validCell (Robot.GridCell potential_ally) |
Private Attributes | |
Robot.GridCell | origin |
FSPPredicate derivative making use of SimGridCell-specific information
Definition at line 38 of file RoboSim.java.
RoboSim.SimGridAllyDeterminant.SimGridAllyDeterminant | ( | Robot.GridCell | origin_ | ) |
|
virtual |
Implements Robot.RobotUtility.FSPPredicate.
Definition at line 42 of file RoboSim.java.
References RoboSim.SimGridCell.occupant_data, RoboSim.SimGridAllyDeterminant.origin, and RoboSim.RobotData.player.
|
private |
Definition at line 39 of file RoboSim.java.
Referenced by RoboSim.SimGridAllyDeterminant.SimGridAllyDeterminant(), and RoboSim.SimGridAllyDeterminant.validCell().