Package repast.simphony.ui.probe
Class SpaceLocationProbe
java.lang.Object
repast.simphony.ui.probe.SpaceLocationProbe
Probe of an objects location in a continuous space.
- 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
-
SpaceLocationProbe
-
-
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.
-