행위

"연습.lst"의 두 판 사이의 차이

red

(새 문서: aaa)
 
 
(사용자 2명의 중간 판 4개는 보이지 않습니다)
1번째 줄: 1번째 줄:
aaa
+
{{버튼클릭|[[류준필|류준필 페이지로 가기]]}}
 +
 
 +
<pre>
 +
#Project
 +
h1 나의 첫번째 네트워크 그래프
 +
 
 +
#Class
 +
Person blue circle
 +
Book red box
 +
Work green ellipse
 +
Space blue box
 +
Time red circle
 +
 
 +
 
 +
#Relation
 +
knows 알다 arrow 2
 +
writes 쓰다 moving-arrows 2
 +
studies 공부하다 arrow 2
 +
isBorn 태어나다  moving-arrows 2
 +
 +
 
 +
#Nodes
 +
P001 Person 윤동주 null
 +
P002 Person 정지용 null
 +
P003 Person 정병욱 null
 +
P004 Person 워즈워드 null
 +
W001 Work 하늘과바람과별과시 null
 +
W002 Work 서시 null
 +
B001 Book 정지용시집 null
 +
S001 Space 용정 null
 +
T001 Time 1917년 null
 +
 
 +
 
 +
#Links
 +
P001 P003 knows
 +
P001 P002 knows
 +
P001 W002 writes
 +
P001 W001 writes
 +
P001 P004 studies
 +
P001 B001 studies
 +
P001 S001 isBorn
 +
P001 T001 isBorn
 +
P002 B001 writes
 +
 
 +
#End
 +
</pre>
 +
 
 +
==Visualization==
 +
{{NetworkGraph | title=연습.lst}}
 +
 
 +
[[분류:Network Graph Script]]

2021년 5월 17일 (월) 03:36 기준 최신판

류준필 페이지로 가기

#Project
h1 나의 첫번째 네트워크 그래프

#Class
Person blue circle
Book red box
Work green ellipse
Space blue box
Time red circle


#Relation
knows 알다 arrow 2
writes 쓰다 moving-arrows 2	
studies 공부하다 arrow 2
isBorn 태어나다  moving-arrows 2
	

#Nodes
P001 Person 윤동주 null
P002 Person 정지용 null
P003 Person 정병욱 null
P004 Person 워즈워드 null 
W001 Work 하늘과바람과별과시 null
W002 Work 서시 null
B001 Book 정지용시집 null
S001 Space 용정 null
T001 Time 1917년 null


#Links
P001 P003 knows
P001 P002 knows
P001 W002 writes
P001 W001 writes
P001 P004 studies
P001 B001 studies
P001 S001 isBorn
P001 T001 isBorn
P002 B001 writes

#End

Visualization