Uses of Interface
org.osid.mapping.path.SignalList
Packages that use SignalList
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path
service.
The Open Service Interface Definitions for the org.osid.mapping.path.rules
service.
-
Uses of SignalList in org.osid.mapping.path
Methods in org.osid.mapping.path that return SignalListModifier and TypeMethodDescriptionSignalLookupSession.getSignals()Gets allSignals.SignalSearchResults.getSignals()Gets the signal list resulting from a search.SignalLookupSession.getSignalsByGenusType(Type signalGenusType) Gets aSignalListcorresponding to the given signal genusTypewhich does not include signals of types derived from the specifiedType.SignalLookupSession.getSignalsByIds(IdList signalIds) Gets aSignalListcorresponding to the givenIdList.SignalMapSession.getSignalsByMap(Id mapId) Gets the list ofSignalsassociated with aMap.SignalMapSession.getSignalsByMaps(IdList mapIds) Gets the list ofSignalscorresponding to a list ofMaps.SignalLookupSession.getSignalsByParentGenusType(Type signalGenusType) Gets aSignalListcorresponding to the given signal genusTypeand include any additional signals with genus types derived from the specifiedType.SignalQuerySession.getSignalsByQuery(SignalQuery signalQuery) Gets a list ofSignalsmatching the given signal query.SignalLookupSession.getSignalsByRecordType(Type signalRecordType) Gets aSignalListcontaining the given signal recordType.SignalLookupSession.getSignalsForPath(Id pathId) Gets aSignalListcontaining the given path.SignalLookupSession.getSignalsForPathAtCoordinate(Id pathId, Coordinate coordinate, Distance distance) Gets aSignalListcontaining the given path between the given coordinates inclusive. -
Uses of SignalList in org.osid.mapping.path.rules
Methods in org.osid.mapping.path.rules that return SignalListModifier and TypeMethodDescriptionSignalEnablerRuleLookupSession.getSignalsForSignalEnabler(Id signalEnablerId) Gets theSignalsmapped to aSignalEnabler.