GXL


GXL is designed to be a standard exchange format for graphs. GXL is an extensible markup language sublanguage and the syntax is given by an XML document type definition. This exchange format offers an adaptable and flexible means to support interoperability between graph-based tools.

Overview

In particular, GXL was developed to enable interoperability between software reengineering tools and components, such as code extractors, analyzers and visualizers. GXL allows software reengineers to combine single-purpose tools especially for parsing, source code extraction, architecture recovery, data flow analysis, pointer analysis, program slicing, query techniques, source code visualization, object recovery, restructuring, refactoring, remodularization, etc., into a single powerful reengineering workbench.
There are two innovative features in GXL that make it well-suited to an exchange format for software data.
  1. The conceptual data model is a typed, attributed, directed graph. This is not to say that all software data ought to be manipulated as graphs, but rather that they can be exchanged as graphs.
  2. It can be used to represent instance data as well as schemas for describing the structure of the data. Moreover, the schema can be explicitly stated along with instance data. The structure of graphs exchanged by GXL streams is given by a schema represented as a Unified Modeling Language class diagram.
Since GXL is a general graph exchange format, it can also be used to interchange any graph-based data, including models between computer-aided software engineering tools, data between graph transformation systems, or graph visualization tools. GXL includes support for hypergraphs and hierarchical graphs, and can be extended to support other types of graphs.
GXL originated in the merger of GRAph eXchange format for exchanging typed, attributed, ordered, directed graphs, Tuple Attribute Language, and the graph format of the PROGRES graph rewriting system. Furthermore, GXL includes ideas from exchange formats from reverse engineering, including Relation Partition Algebra and Rigi Standard Format. The development of GXL was also influenced by various formats used in graph drawing and current discussions on exchange formats for graph transformation systems.

Presentations of former GXL versions

At the 2000 International Conference on Software Engineering Workshop on Standard Exchange Formats, GXL was accepted as working draft for an exchange format by numerous research groups working in the domain of software reengineering and graph transformation.
During the APPLIGRAPH Subgroup Meeting on Exchange Formats for Graph Transformation, an overview of GXL was given and participants decided to use GXL to represent graphs within their exchange format for graph transformation systems.
The 2000 IBM Centers for Advanced Studies Conference included two half-day workshops on GXL. In the morning, 'Software Data Interchange with GXL: Introduction and Tutorial' gave a primer on the syntax and concepts in the format, while the afternoon workshop, 'Software Data Interchange with GXL: Implementation Issues' discussed the development of converters and standard schemas.
At the Seventh Working Conference on Reverse Engineering, GXL was presented in a tutorial and during the workshop on exchange formats . Central results were a simpler representation of ordering information, the usage of UML class diagrams to present graph schemata and the representation of UML class diagrams by GXL graphs.
The Dagstuhl Seminar on Interoperability of Reengineering Tools ratified GXL 1.0 as a standard interchange format for exchanging reengineering related data. Numerous groups from industry and research committed to using GXL, to import and export GXL documents to their tools, and to write various GXL tools.

GXL Partners

During various conferences and workshops the following groups from industry and academics committed to refining GXL to be the standard graph exchange format, write GXL filters and tools or use GXL as exchange format in their tools: