Interface SignalSmartMapSession

All Superinterfaces:
AutoCloseable, Closeable, OsidSession, OsidSession

public interface SignalSmartMapSession extends OsidSession

This session manages queries and sequencing to create "smart" dynamic catalogs. A SignalQuery can be retrieved from this session and mapped to this Map to create a virtual collection of Signals . The signals may be sequenced using the SignalSearchOrder from this session.

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