C# 클래스 TemporalNetworks.TikzExporter

Can be used to export temporal networks to tikz source files. With this, the visualizations of the paper where produced.
파일 보기 프로젝트 열기: IngoScholtes/TemporalNetworks

공개 메소드들

메소드 설명
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