You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
453 B

\NewEnviron{stochasticModel}[1][1.5cm]{%
\begin{tikzpicture}[node distance=#1,
thick,
action/.style={-,draw,sloped,above,pos=0.45},
transition/.style={->,draw,sloped,above,pos=0.5},
state/.style={circle,draw,minimum size=20pt},
dist/.style={circle,draw=black,fill=black,minimum size=4pt,inner sep=0pt}]
\BODY
\end{tikzpicture}
}