Interface RouteSmartMapSession

All Superinterfaces:
AutoCloseable, Closeable, OsidSession, OsidSession

public interface RouteSmartMapSession extends OsidSession

This session manages queries and sequencing to create "smart" dynamic catalogs. A RouteQuery can be retrieved from this session and mapped to this Map to create a virtual collection of Routes . The routes may be sequenced using the RouteSearchOrder from this session.

This Map has a default query that matches any route and a default search order that specifies no sequencing. The queries may be examined using a RouteQueryInspector . The query may be modified by converting the inspector back to a RouteQuery .