public class Location
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.awt.Point |
camera
point in the real-world game board image obtained from camera where this location has its center
|
IndexedName |
name
name of the location with one or two optional indexes
|
java.awt.Point |
point
point in the simulated game board image where this location has its center
|
boolean |
relevant
a flag of location relevancy for the game state as copied from the location type
|
RobotLocation |
robot
a configuration of robot arm to reach the point above and at the location
|
java.lang.String |
type
name of type of the location
|
Constructor and Description |
---|
Location(java.lang.String name)
construct a location with this name, setup other parameters manually
|
public IndexedName name
public java.lang.String type
public java.awt.Point point
public java.awt.Point camera
public RobotLocation robot
public boolean relevant