fpmas-metamodel 1.0
|
#include <dot.h>
Public Member Functions | |
DotOutput (BasicMetaModel &meta_model, std::string filename) | |
void | dump () override |
An output class that can be used to dump a representation of a MetaModel as a DOT file.
Classical DOT layout engines, especially neato
, fdp
and sfdp
, can be used externally to generate beautiful representations of MetaModels.
DotOutput::DotOutput | ( | BasicMetaModel & | meta_model, |
std::string | filename | ||
) |
|
override |
Dumps the MetaModel to the DOT file.
Must be called on all processes.