Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::UMLLayoutModule Class Referenceabstract

Interface of UML layout algorithms. More...

#include <ogdf/uml/UMLLayoutModule.h>

+ Inheritance diagram for ogdf::UMLLayoutModule:

Public Member Functions

 UMLLayoutModule ()
 Initializes a UML layout module.
 
virtual ~UMLLayoutModule ()
 
virtual void call (UMLGraph &umlGraph)=0
 Computes a layout of UML graph umlGraph.
 
void operator() (UMLGraph &umlGraph)
 Computes a layout of UML graph umlGraph.
 

Detailed Description

Interface of UML layout algorithms.

Definition at line 43 of file UMLLayoutModule.h.

Constructor & Destructor Documentation

◆ UMLLayoutModule()

ogdf::UMLLayoutModule::UMLLayoutModule ( )
inline

Initializes a UML layout module.

Definition at line 46 of file UMLLayoutModule.h.

◆ ~UMLLayoutModule()

virtual ogdf::UMLLayoutModule::~UMLLayoutModule ( )
inlinevirtual

Definition at line 48 of file UMLLayoutModule.h.

Member Function Documentation

◆ call()

virtual void ogdf::UMLLayoutModule::call ( UMLGraph umlGraph)
pure virtual

Computes a layout of UML graph umlGraph.

Must be implemented by derived classes.

Parameters
umlGraphis the input UML graph and has to be assigned the UML layout.

Implemented in ogdf::PlanarizationLayoutUML.

◆ operator()()

void ogdf::UMLLayoutModule::operator() ( UMLGraph umlGraph)
inline

Computes a layout of UML graph umlGraph.

Parameters
umlGraphis the input UML graph and has to be assigned the UML layout.

Definition at line 63 of file UMLLayoutModule.h.


The documentation for this class was generated from the following file: