NAME
gml2gv,gv2gml - GML-DOT converters
SYNOPSIS
gml2gv [ -?v ] [ -ggname ] [ -ooutfile ] [ files ] gv2gml [ -? ] [ -ooutfile ] [ files ]
DESCRIPTION
gml2gv converts a graph specified in the GML format to a graph in the GV (formerly DOT) format. gv2gml converts a graph specified in the GV format to a graph in the GML format.
OPTIONS
The following options are supported: -v Turns on verbose mode -? Prints usage information and exits. -ggname The string gname is used as the name of the generated graph. If multiple graphs are generated, subsequent graphs use the name gname appended with an integer. -ooutfile Prints output to the file outfile. If not given, gml2gv uses stdout. OPERANDS The following operand is supported: files Names of files containing 1 or more graphs in GML. If no files operand is specified, the standard input will be used.
RETURN CODES
Return 0 if there were no problems during conversion; and non-zero if any error occurred.
LIMITATIONS
As both the graph and graphics models of GV and GML differ significantly, the conversion is at best approximate. In particular, it is not clear how multiedges are differentiated in GML, so multiedges are created in GV with no user-available key. Also, no attribute information is lost, in that any GML attributes that aren't converted to GV equivalents are retained as attributes in the output graph. At present, gv2gml does not support subgraphs and clusters. In addition, there does not appear to be a standard mechanism for specifying default node and edge attributes in GML, so any attributes are repeated for every node and edge.
AUTHORS
Emden R. Gansner <erg@research.att.com>
SEE ALSO
dot(1), libcgraph(3) 24 June 2011 GML2GV,GV2GML(1)
More Linux Commands
manpages/glutInitDisplayString.3.html
glutInitDisplayString(3) - sets the initial display mode via
The initial display mode description string is used when creating top-level windows, subwindows, and overlays to determine the OpenGL display mode for the to-be
manpages/XkbGetKeyExplicitComponents.3.html
XkbGetKeyExplicitComponents(3) - Obtain the explicit compone
Whenever a client remaps the keyboard using core protocol requests, Xkb examines the map to determine likely default values for the components that cannot be sp
manpages/XAllocSizeHints.3.html
XAllocSizeHints(3) - allocate size hints structure and set o
XAllocSizeHints.3 - The XAllocSizeHints function allocates and returns a pointer to a XSizeHints structure. Note that all fields in the XSizeHints structure are
manpages/Tcl_DeleteChannelHandler.3.html
Tcl_DeleteChannelHandler(3) - call a procedure when a channe
Tcl_CreateChannelHandler arranges for proc to be called in the future whenever input or output becomes possible on the channel identified by channel, or wheneve
manpages/perl589delta.1.html
perl589delta(1) - what is new for perl v5.8.9 (Man Page)....
This document describes differences between the 5.8.8 release and the 5.8.9 release. Notice The 5.8.9 release will be the last significant release of the 5.8.x
manpages/xdrmem_create.3.html
xdrmem_create(3) - library routines for external data repres
These routines allow C programmers to describe arbitrary data structures in a machine-independent fashion. Data for remote procedure calls are transmitted using
manpages/iswxdigit.3.html
iswxdigit(3) - test for hexadecimal digit wide character....
The iswxdigit() function is the wide-character equivalent of the isxdigit(3) function. It tests whether wc is a wide character belonging to the wide-character c
manpages/git-config.1.html
git-config(1) - Get and set repository or global options....
You can query/set/replace/unset options with this command. The name is actually the section and the key separated by a dot, and the value will be escaped. Multi
manpages/while.n.html
while(n) - Execute script repeatedly as long as a condition
The while command evaluates test as an expression (in the same way that expr evaluates its argument). The value of the expression must a proper boolean value; i
manpages/ln.1.html
ln(1) - make links between files (Commands - Linux man page)
In the 1st form, create a link to TARGET with the name LINK_NAME. In the 2nd form, create a link to TARGET in the current directory. In the 3rd and 4th forms, c
manpages/Mail::SpamAssassin::Plugin::Razor2.3pm.html
Mail::SpamAssassin::Plugin::Razor2(3pm) - perform Razor chec
Vipuls Razor is a distributed, collaborative, spam detection and filtering network based on user submissions of spam. Detection is done with signatures that eff
manpages/Locale::gettext.3pm.html
Locale::gettext(3pm) - message handling functions (ManPage)
The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize s
