Package repast.simphony.ui.probe
Class ValueLayerLocationProbe
java.lang.Object
repast.simphony.ui.probe.ValueLayerLocationProbe
- All Implemented Interfaces:
LocationProbe
ProbeableBean for an objects location in a value layer.
- Author:
- Eric Tatara
-
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
-
ValueLayerLocationProbe
-
-
Method Details
-
getLocationDescriptor
Gets the property descriptor for the location property of this probe.- Specified by:
getLocationDescriptor
in interfaceLocationProbe
- Returns:
- Throws:
IntrospectionException
-
getLocation
Gets the objects location as a String.- Returns:
- the objects location as a String.
-