533
|
1 |
\documentclass[tikz, border=10pt]{standalone}
|
|
2 |
\usetikzlibrary{shapes}
|
|
3 |
|
|
4 |
|
|
5 |
|
532
|
6 |
|
|
7 |
\begin{document}
|
|
8 |
|
533
|
9 |
\begin{tikzpicture}[every node/.append style={draw, rounded corners, inner sep=10pt}]
|
|
10 |
\node [rectangle split, rectangle split horizontal, rectangle split parts=3]
|
|
11 |
{Services
|
|
12 |
\nodepart{two} Event Driven Framework
|
|
13 |
\nodepart{three} OS Adapter Layer};
|
|
14 |
|
532
|
15 |
\end{tikzpicture}
|
|
16 |
\end{document} |