Interface EdgeSmartGraphSession

All Superinterfaces:
AutoCloseable, Closeable, OsidSession, OsidSession

public interface EdgeSmartGraphSession extends OsidSession

This session manages queries and sequencing to create "smart" dynamic catalogs. An EdgeQuery can be retrieved from this session and mapped to this Graph to create a virtual collection of Edges . The entries may be sequenced using the EdgeSearchOrder from this session.

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

  • Method Details