Interface PathSmartGraphSession

All Superinterfaces:
AutoCloseable, Closeable, OsidSession, OsidSession

public interface PathSmartGraphSession extends OsidSession

This session manages queries and sequencing to create "smart" dynamic catalogs. A PathQuery can be retrieved from this session and mapped to this Graph to create a virtual collection of Paths . The paths may be sequenced using the PathSearchOrder from this session.

This Graph has a default query that matches any path and a default search order that specifies no sequencing. The queries may be examined using a PathQueryInspector . The query may be modified by converting the inspector back to a PathQuery .

  • Method Details