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. http://www.rigi.cs.uvic.ca/downloads/rigi/doc/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=: * See RigiFAQ * For Netscape see http://home.netscape.com/newsref/std/x-remote.html * See http://www.javaworld.com/javaworld/javatips/jw-javatip66.html * Unix: netscape -remote openURL(http://...) * Windoze: rundll32 url.dll,FileProtocolHandler http://... 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