Diagrams
org.geon.Diagrams

This is a domain specific actor for processing Rock naming SVG diagrams. Receive all the diagrams information and the transitions between them from its predecessor, the DiagramsTransitions actor and a refernce to this level's diagram and extract the transitions table, the referenced diagram and its coordinates (For now there are only two digitized diagram, so there is no actual transitions table. The actor will be extended once more diagrams are available).

Author(s): Efrat Jaeger
Version:$Id: Diagrams.java,v 1.8 2006/03/05 01:47:39 jaeger Exp $


diagramTransitions
All the diagrams and transitions information.

nextDiagram
A reference to the diagram to be processed.

coordinateNames
The coordinates of the referenced diagram.

transitionTable
Specifies the transitions between diagrams.

diagram
An SVG diagram.