| Interface | osid.mapping.path.Path | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Used By | osid.mapping.path.MyPathSession | ||
osid.mapping.path.Obstacle | |||
osid.mapping.path.PathAdminSession | |||
osid.mapping.path.PathList | |||
osid.mapping.path.PathLookupSession | |||
osid.mapping.path.ResourceVelocity | |||
osid.mapping.path.Signal | |||
osid.mapping.path.SpeedZone | |||
osid.mapping.route.RouteSegment | |||
| Description |
A | ||
| Method | getPathRecord | ||
| Description |
Gets the path record corresponding to the given
| ||
| Parameters | osid.type.Type | pathRecordType | the type of path record to retrieve |
| Return | osid.mapping.path.records.PathRecord | the path record | |
| Errors | NULL_ARGUMENT | pathRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(pathRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |