Sha256: a63239b8444d3329cf981c3a272d694159ddbf6f82787203d7e11af540e74fb8

Contents?: true

Size: 1.4 KB

Versions: 20

Compression:

Stored size: 1.4 KB

Contents

digraph {
	compound=true
	fontname="Inconsolata, Consolas"
	fontsize=10
	margin="0,0"
	ranksep=0.2
	penwidth=0.5
	
	node [fontname="Inconsolata, Consolas", fontsize=10, penwidth=0.5]
	edge [fontname="Inconsolata, Consolas", fontsize=10, arrowhead=normal]

	{
		node [shape=record, fontsize="8", margin="0.04", height=0.2, color=gray]
		srcjson [label="\{|\"|p|r|o|j|e|c|t|\"|:|\"|r|a|p|i|d|j|s|o|n|\"|,|\"|s|t|a|r|s|\"|:|1|0|\}"]
		dstjson [label="\{|\"|p|r|o|j|e|c|t|\"|:|\"|r|a|p|i|d|j|s|o|n|\"|,|\"|s|t|a|r|s|\"|:|1|1|\}"]
	}

	{
		node [shape="box", style="filled", fillcolor="gray95"]
		Document2 [label="(Modified) Document"]
		Writer
	}

	subgraph cluster1 {
		margin="10,10"
		labeljust="left"
		label = "Document"
		style=filled
		fillcolor=gray95
		node [shape=Mrecord, style=filled, colorscheme=spectral7]
		
		root [label="{object|}", fillcolor=3]

		{			
			project [label="{string|\"project\"}", fillcolor=5]
			rapidjson [label="{string|\"rapidjson\"}", fillcolor=5]
			stars [label="{string|\"stars\"}", fillcolor=5]
			ten [label="{number|10}", fillcolor=6]
		}

		edge [arrowhead=vee]
		root -> { project; stars }

		edge [arrowhead="none"]
		project -> rapidjson
		stars -> ten
	}

	srcjson -> root [label=" Parse()", lhead="cluster1"]

	ten -> Document2 [label=" Increase \"stars\"", ltail="cluster1" ]
	Document2  -> Writer [label=" Traverse DOM by Accept()"]
	Writer -> dstjson [label=" Output to StringBuffer"]
}

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
rj_schema-1.0.5 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-1.0.4 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-1.0.3 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-1.0.2 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-1.0.1 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-1.0.0 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
simdjson-0.3.0 vendor/simdjson/dependencies/rapidjson/doc/diagram/simpledom.dot
rj_schema-0.2.6 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-0.2.5 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-0.2.3 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-0.2.2 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-0.2.1 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-0.2.0 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-0.1.4 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-0.1.3 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-0.1.2 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-0.1.1 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-0.1.0 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-0.0.2 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot
rj_schema-0.0.1 ext/rj_schema/rapidjson/doc/diagram/simpledom.dot