Christophe Weblog Wiki Code Publications Music
figures
[paper-els-specializers.git] / figures / mop-design-space.tikz
diff --git a/figures/mop-design-space.tikz b/figures/mop-design-space.tikz
new file mode 100644 (file)
index 0000000..d99a47b
--- /dev/null
@@ -0,0 +1,24 @@
+\documentclass{standalone}
+
+\usepackage{tikz}
+\usetikzlibrary{shapes.symbols}
+\usetikzlibrary{arrows}
+\usetikzlibrary{calc}
+
+\begin{document}
+
+\begin{tikzpicture}[>=stealth]
+  \draw [->] (0,0) -- (0,5);
+  \draw [->] (0,0) -- (5,0);
+  \draw [->] (0,0) -- (0,0,5);
+
+  \node[draw,red,cloud,minimum height=2cm,minimum width=2cm] (mop) at (3,4,3) {$\color{black}\bullet$};
+
+  \node (os) at (2.5,2,3) {object system};
+  \draw (os) -- (mop.center);
+
+  \node[red] (mspace) at (5,6,3) {MOP space};
+  \draw[red] (mspace) -- (mop);
+\end{tikzpicture}
+
+\end{document}
\ No newline at end of file