Interface NodeSmartGraphSession

All Superinterfaces:
AutoCloseable, Closeable, OsidSession, OsidSession

public interface NodeSmartGraphSession extends OsidSession

This session manages queries and sequencing to create "smart" dynamic catalogs. A NodeQuery can be retrieved from this session and mapped to this Graph to create a virtual collection of Nodes . The entries may be sequenced using the NodeSearchOrder from this session.

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

  • Method Details