indexing
description: "Viewers of EV_FIGURE_WORLDs."
status: "See notice at end of class"
keywords: "projector, world, figure"
date: "$Date$"
revision: "$Revision$"
deferred class interface
EV_PROJECTOR
feature
world: EV_FIGURE_WORLD
feature
set_world (a_world: EV_FIGURE_WORLD)
worlda_world
require
a_world_exists: a_world /= void
ensure
world_assigned: world = a_world
invariant
world_exists: world /= void
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- EV_PROJECTOR