graph Unified Modeling Language (grUML)

Description

The graph Unified Modeling Language (grUML) is a language for modelling schemas of TGraphs via a sublanguage of the Unified Modelling Language (UML).

Features

  • export of GrUML schemas out of UML-Tools as XML Metadata Interchange (XMI) files and automatic transformation into JGraLab format .tg

Example

of a TGraph in .tg format as well as visualized with grUML.

Schema SimpleSpaceSchema;
GraphClass SimpleSpaceGraph; 
abstract VertexClass Target {name: String};
abstract EdgeClass Route from Target (0,*) to Target (0, *) {name: String};
EdgeClass SpaceRoute : Route from Target (0, *) to Target (0, *);

gruml

Fields of Application

grUML is currently used in our project ReDSeeDS.

 

last modified Aug 26, 2011 08:53 PM

Kontakt