Contains the class UmlDiagramGraph which represents one particular diagram of the complete UML Model. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/SList.h>
#include <ogdf/basic/basic.h>
#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
class | ogdf::UmlDiagramGraph |
Contains the class UmlDiagramGraph which represents one particular diagram of the complete UML Model. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Contains the class UmlDiagramGraph which represents one particular diagram of the complete UML Model.
Each diagram refers to the node and edge information of UmlModelGraph. Essentially a diagram contains selected nodes and edges of the model provides with additional geometric information.
Definition in file UmlDiagramGraph.h.