forked from johnwelford/incoseHandbookModel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathontology.puml
More file actions
26 lines (22 loc) · 702 Bytes
/
ontology.puml
File metadata and controls
26 lines (22 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@startuml
'title INCOSE Handbook Ontology
'scale 1000 width
'skinparam packageStyle frame
'skinparam linetype polyline
'top to bottom direction
hide empty members
'hide circle
'hide stereotype
' spare colours from the palette... #9EB9F3,#F6CF71,#66C5CC,#B497E7,#D3B484,#8BE0A4
class enabler as "Enabler" << (E,#B3B3B3) >>
class control as "Control"<< (C,#C9DB74) >>
class io as "Input/Output" << (I,#DCB0F2) >>
class activity as "Activity" << (A,#87C55F) >>
class process as "Process" << (P,#FEE3D1) >>
io - process : inputs into >
process -- io : outputs >
process - activity : has part >
control -- process : governs >
process -- enabler : enables <
activity - activity : followed by >
@enduml