Package repast.simphony.ui.probe
Class GridLocationProbe
java.lang.Object
repast.simphony.ui.probe.GridLocationProbe
Probe of an objects location in a grid.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the objects location as a String.Gets the property descriptor for the location property of this probe.
-
Constructor Details
-
GridLocationProbe
-
-
Method Details
-
getLocationDescriptor
Gets the property descriptor for the location property of this probe.- Returns:
- Throws:
IntrospectionException
-
getLocation
Gets the objects location as a String.- Returns:
- the objects location as a String.
-