Uses of Interface
org.osid.mapping.Speed
Packages that use Speed
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.configuration
service.
The Open Service Interface Definitions for the org.osid.mapping.path
service.
-
Uses of Speed in org.osid
Modifier and TypeMethodDescriptionSpeed[]Metadata.getDefaultSpeedValues()Gets the default speed values.Speed[]Metadata.getExistingSpeedValues()Gets the existing speed values.Metadata.getMaximumSpeed()Gets the maximum speed value.Metadata.getMinimumSpeed()Gets the minimum speed value.Speed[]Metadata.getSpeedSet()Gets the set of acceptable speed values. -
Uses of Speed in org.osid.binding.java
Subinterfaces with type arguments of type Speed in org.osid.binding.javaModifier and TypeInterfaceDescriptioninterfaceSupplements the OSID Speed interface for Java.Methods in org.osid.binding.java that return SpeedModifier and TypeMethodDescriptionSpeed.getLowerBound()Gets the lower bound of the speed.Speed.getUpperBound()Gets the upper bound of the speed.Methods in org.osid.binding.java with parameters of type SpeedModifier and TypeMethodDescriptionintCompares this Speed with the specified Speed to determine the natural order.booleanSpeed.isContained(Speed speed1, Speed speed2) Tests if the range of this Speed, as specified by its uncertainty, is included within the given two Speeds.booleanSpeed.isExclusive(Speed speed) Tests if the range of this Speed, as specified by its uncertainty, does not overlap the given Speed.booleanSpeed.isExclusive(Speed speed1, Speed speed2) Tests if the range of this Speed, as specified by its uncertainty, does not overlap with the range of the given two speeds.booleanTests if this Speed is greater than the given Speed.booleanSpeed.isInclusive(Speed speed) Tests if the range of this Speed, as specified by its uncertainty, includes the given Speed ranged by its uncertainty.booleanTests if this Speed is less than the given Speed. -
Uses of Speed in org.osid.configuration
Methods in org.osid.configuration that return SpeedMethods in org.osid.configuration with parameters of type SpeedModifier and TypeMethodDescriptionvoidValueQuery.matchSpeedValue(Speed low, Speed high, boolean match) Adds a speed match within the given range inclusive.voidValueForm.setSpeedValue(Speed value) Sets a speed value. -
Uses of Speed in org.osid.mapping.path
Methods in org.osid.mapping.path that return SpeedModifier and TypeMethodDescriptionPathTravelSession.getAverageSpeed(Id pathId, Coordinate coordinate, Distance distance) Gets the expected average speed for a traveler along a path between the given coordinates.ResourceVelocity.getSpeed()Gets the current speed.SpeedZone.getSpeedLimit()Gets the speed limit in this zone.Methods in org.osid.mapping.path with parameters of type SpeedModifier and TypeMethodDescriptionvoidResourceVelocityReceiver.changedResourceVelocity(Id resourceId, Speed speed, Heading heading) The callback for notifications of resources changing speed or direction.voidSpeedZoneQuery.matchSpeedLimit(Speed from, Speed to, boolean match) Matches speed zones with speed limite within the given range inclusive.voidSpeedZoneForm.setSpeedLimit(Speed speed) Sets the speed limit.voidResourceVelocityUpdateSession.updateResourceVelocity(Id resourceId, Speed speed, Heading heading) Updates the velocity of the resource. -
Uses of Speed in org.osid.search.terms
Methods in org.osid.search.terms that return SpeedModifier and TypeMethodDescriptionSpeedTerm.getSpeed()Gets theSpeedin this term.SpeedRangeTerm.getSpeedRangeEnd()Gets the end of theSpeedrange in this term.SpeedRangeTerm.getSpeedRangeStart()Gets th start of theSpeedrange in this term.