C# Класс TemporalNetworks.TikzExporter

Can be used to export temporal networks to tikz source files. With this, the visualizations of the paper where produced.
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateTikzUnfolding ( string path, string between_node, TemporalNetwork temp_net ) : void

Creates a TikZ representation of the temporal unfolding of the temporal network

Описание методов

CreateTikzUnfolding() публичный статический Метод

Creates a TikZ representation of the temporal unfolding of the temporal network
public static CreateTikzUnfolding ( string path, string between_node, TemporalNetwork temp_net ) : void
path string The path to which to write the tikz file
between_node string
temp_net TemporalNetwork The temporal network that shall be exported
Результат void