RMTool: Graph Configuration File Format

RMTool: Graph Configuration File Format


The graph configuration file describes how to visually display edges in a reflexion model. Each line in the file describes a type of edge and the colour to use to display that edge.

For example, the line:

edgetype call blue

specifies that edges of type "call" should be coloured blue.

The special type "default" is used to indicate the colour of untyped edges.

An example of a graph configuration file is:

edgetype call blue
edgetype data green
edgetype default red


Back to RMTool: File Formats.

Last modified: June 28, 1996

Gail Murphy
murphy@cs.ubc.ca