A unary association is between a class and itself.
graph {
node[shape=rectangle]
Person--Person [taillabel="0..1" label=" is married to"]
Employee--Employee [taillabel="+manager 1" headlabel="+staff 1..*" label=" manages"]
}A unary association is between a class and itself.
graph {
node[shape=rectangle]
Person--Person [taillabel="0..1" label=" is married to"]
Employee--Employee [taillabel="+manager 1" headlabel="+staff 1..*" label=" manages"]
}