Uses of Interface
org.osid.mapping.Heading
Packages that use Heading
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 Heading in org.osid
Modifier and TypeMethodDescriptionHeading[]Metadata.getDefaultHeadingValues()Gets the default heading values.Heading[]Metadata.getExistingHeadingValues()Gets the existing heading values.Heading[]Metadata.getHeadingSet()Gets the set of acceptable heading values. -
Uses of Heading in org.osid.binding.java
Subinterfaces with type arguments of type Heading in org.osid.binding.javaModifier and TypeInterfaceDescriptioninterfaceSupplements the OSID Heading interface for Java.Methods in org.osid.binding.java that return HeadingModifier and TypeMethodDescriptionHeading[]Heading.getOuterBound()Gets the outer bounds of the heading.Methods in org.osid.binding.java with parameters of type HeadingModifier and TypeMethodDescriptionintCompares this heading with the specifiedHeadingto determine the natural order.booleanHeading.isExclusive(Heading heading) Tests if thisHeading, as specified by its uncertainty, does not overlap the givenHeading.booleanHeading.isInclusive(Heading heading) Tests if thisHeading, as specified by its uncertainty, completely includes the givenHeadingranged by its uncertainty. -
Uses of Heading in org.osid.configuration
Methods in org.osid.configuration that return HeadingMethods in org.osid.configuration with parameters of type HeadingModifier and TypeMethodDescriptionvoidValueQuery.matchHeadingValue(Heading low, Heading high, boolean match) Adds aHeadingrange match within the given range inclusive. -
Uses of Heading in org.osid.mapping.path
Methods in org.osid.mapping.path that return HeadingMethods in org.osid.mapping.path with parameters of type HeadingModifier and TypeMethodDescriptionvoidResourceVelocityReceiver.changedResourceVelocity(Id resourceId, Speed speed, Heading heading) The callback for notifications of resources changing speed or direction.voidResourceVelocityUpdateSession.updateResourceVelocity(Id resourceId, Speed speed, Heading heading) Updates the velocity of the resource. -
Uses of Heading in org.osid.search.terms
Methods in org.osid.search.terms that return HeadingModifier and TypeMethodDescriptionHeadingTerm.getHeading()Gets theHeadingin this term.HeadingRangeTerm.getHeadingRangeEnd()Gets the end of theHeadingrange in this term.HeadingRangeTerm.getHeadingRangeStart()Gets the start of theHeadingrange in this term.