手册页部分 1: 用户命令

退出打印视图

更新时间: 2014 年 7 月
 
 

gml2gv (1)

名称

gml2gv - DOT converter

用法概要

gml2gv [ -?v ] [ -ggname ] [ -ooutfile ] [ files ]

描述




User Commands                                           GML2GV(1)



NAME
     gml2gv - GML-DOT converter

SYNOPSIS
     gml2gv [ -?v ] [ -ggname ] [ -ooutfile ] [ files ]

DESCRIPTION
     gml2gv  converts  a  graph  specified in the GML format to a
     graph in the GV (formerly DOT) 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.

     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  differenti-
     ated  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 equiva-
     lents are retained as attributes in the output graph.

AUTHORS
     Emden R. Gansner <erg@research.att.com>


ATTRIBUTES
     See  attributes(5)  for  descriptions   of   the   following
     attributes:



SunOS 5.11        Last change: 30 September 2010                1






User Commands                                           GML2GV(1)



     +---------------+------------------+
     |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
     +---------------+------------------+
     |Availability   | image/graphviz   |
     +---------------+------------------+
     |Stability      | Volatile         |
     +---------------+------------------+
SEE ALSO
     dot(1), libcgraph(3)



NOTES
     This   software   was   built   from   source  available  at
     https://java.net/projects/solaris-userland.   The   original
     community       source       was       downloaded       from
     http://www.graphviz.org/pub/graphviz/sta-
     ble/SOURCES/graphviz-2.28.0.tar.gz

     Further  information about this software can be found on the
     open source community website at http://www.graphviz.org/.


































SunOS 5.11        Last change: 30 September 2010                2