"대문"의 두 판 사이의 차이

감성상자
둘러보기로 가기 검색하러 가기
9번째 줄: 9번째 줄:
  
  
<quickgv name="Pointer2" usage="ram" theme="worm">
+
<quickgv name="Pointer3" usage="neato" theme="worm">
 +
 
 +
node [shape=box];  gy2; yr2; rg2; gy1; yr1; rg1;
 +
node [shape=circle,fixedsize=true,width=0.9];  green2; yellow2; red2; safe2; safe1; green1; yellow1; red1;
 +
gy2->yellow2;
 +
rg2->green2;
 +
yr2->safe1;
 +
yr2->red2;
 +
safe2->rg2;
 +
green2->gy2;
 +
yellow2->yr2;
 +
red2->rg2;
 +
gy1->yellow1;
 +
rg1->green1;
 +
yr1->safe2;
 +
yr1->red1;
 +
safe1->rg1;
 +
green1->gy1;
 +
yellow1->yr1;
 +
red1->rg1;
  
layout=neato
+
overlap=false
node [shape=box];  bec3; rel3; bec2; rel2; acq2; acq3; bec1; rel1; acq1;
+
label="PetriNet Model TrafficLights\nExtracted from ConceptBase and layed out by Graphviz"
node [shape=circle,fixedsize=true,width=0.9];  hu3; th3; ri3; ea3; hu2; th2; ri2; ea2; hu1; th1; ri1; ea1;
+
fontsize=12;
ri3->acq2;
 
ri3->acq3;
 
hu3->acq3;
 
bec3->hu3;
 
th3->bec3;
 
rel3->th3;
 
rel3->ri3;
 
ea3->rel3;
 
acq3->ea3;
 
ri2->acq1;
 
ri2->acq2;
 
hu2->acq2;
 
bec2->hu2;
 
th2->bec2;
 
rel2->th2;
 
rel2->ri2;
 
ea2->rel2;
 
acq2->ea2;
 
ri1->acq3;
 
ri1->acq1;
 
hu1->acq1;
 
bec1->hu1;
 
th1->bec1;
 
rel1->th1;
 
rel1->ri1;
 
ea1->rel1;
 
acq1->ea1;
 
  
  
 
 
</quickgv>
 
</quickgv>
  
 
<quickgv name="Pointer2" usage="ram" theme="worm">
 
<quickgv name="Pointer2" usage="ram" theme="worm">
n0 [label="regexp", URL="https://godoc.org/regexp", tooltip="Package regexp implements regular expression search."];
+
n0 [label="regexp", URL="https://godoc.org/regexp", tooltip="Package regexp implements regular expression search."];
 
  n1 [label="bytes", URL="https://godoc.org/bytes", tooltip="Package bytes implements functions for the manipulation of byte slices."];
 
  n1 [label="bytes", URL="https://godoc.org/bytes", tooltip="Package bytes implements functions for the manipulation of byte slices."];
 
  n2 [label="io", URL="https://godoc.org/io", tooltip="Package io provides basic interfaces to I/O primitives."];
 
  n2 [label="io", URL="https://godoc.org/io", tooltip="Package io provides basic interfaces to I/O primitives."];

2020년 10월 2일 (금) 13:18 판

처음

문서만들기