Method | Description | |
---|---|---|
ToString ( ) : String | ||
XYEnvironmentState ( int width, int height ) : System | ||
getCurrentLocationFor ( EnvironmentObject eo ) : |
||
getObjectsAt ( |
||
getObjectsNear ( Agent agent, int radius ) : HashSet |
||
moveObjectToAbsoluteLocation ( EnvironmentObject eo, |
Method | Description | |
---|---|---|
withinRadius ( int radius, |
public XYEnvironmentState ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public getCurrentLocationFor ( EnvironmentObject eo ) : |
||
eo | EnvironmentObject | |
return |
public getObjectsAt ( |
||
loc | ||
return | HashSet |
public getObjectsNear ( Agent agent, int radius ) : HashSet |
||
agent | Agent | |
radius | int | |
return | HashSet |
public moveObjectToAbsoluteLocation ( EnvironmentObject eo, |
||
eo | EnvironmentObject | |
loc | ||
return | void |