Rigi Edit

Program-Transformation.Org: The Program Transformation Wiki
The Rigi user interface is a graph editor, called RigiEdit (rigiedit), which is used to browse, analyze, and modify a graph that models a given system. This graph is simplified by hierarchically clustering related artifacts into subsystems that, in turn, are clustered into larger subsystems.

img3.gif

If your Rigi environment is setup:

  • executable is located at $RIGI/bin/rigiedit


Configuration Variables

RigiEdit can be configured at the Workbench window: Options-> Configuration. The configuration is stored in to the rigicfg.env file.

WEBBROWSER:

Default settings of the the rigicfg.env file:

# RigiEdit configuration file
# File:    .../rigicfg.env
# Created: ...

CANVASCOLOR = 
DBDIR = $RIGI/Rigi/db
DBREFDIR = $RIGI/Rigi/db
DEMOFONT = -*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*
GRAPHFONT = -*-helvetica-medium-r-normal--*-100-*-*-*-*-*-*
ICONDIR = $RIGI/Rigi/icons
MAXCANVASDIM = 1280 1024
MESSAGEFONT = -*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*
NUMBACKSTORES = 2
RIGIBIN = $RIGI/bin
RIGIDBHOST = 
RIGIDBPORT = 0
RIGIDOMAIN = c
RIGIINIT = $RIGI/Rigi/domain
RIGILIB = $RIGI/Rigi
RIGIRCL = $RIGI/Rigi/rcl/rc.rcl
RIGISTY = $RIGI/Rigi/rcl/sty/rigi.rcl
RIGITITLE = Rigi Visual Editor - RigiEdit
RIGIURCL = 
RIGIUSER = ~
RIGIUSTY = 
ROOTFRAMEDIM = 529 456
ROOTLOCATION = 0 185
ROOTWINDOWDIM = 500 400
SRCDIR = $RIGI/Rigi/icons
TEXTEDITOR = xterm -e vi +%d
TEXTFONT = -*-courier-medium-r-normal--*-100-*-*-*-*-*-*
TMPDIR = /tmp
WEBBROWSER = netscape -remote openURL(%s)
WEBROOT = http://
WORKBENCHFONT = -*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*

CategoryRigi