Interface X3DExecutionContext

All Known Subinterfaces:
X3DScene
All Known Implementing Classes:
BaseExecutionContext

public interface X3DExecutionContext
Abstract representation of a complete X3D scene graph.

All queries to this interface return a snapshot of the current information. If the scene graph changes while the end user has a handle to an map, the map shall not be updated to reflect the new internal state. If the end user adds something to the maps, it shall not be representing in the underlying scene.

Version:
$Revision: 1.6 $
Author:
Justin Couch