summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/metauml/metauml_class_relations.mp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-12 23:03:48 +0000
committerKarl Berry <karl@freefriends.org>2010-09-12 23:03:48 +0000
commit14889c6d7bd31fd163f9cb123c8ba772769d176b (patch)
tree87daf844b7fc365e2a328b7f6b39632e5aa68f94 /Master/texmf-dist/metapost/metauml/metauml_class_relations.mp
parent2468fdd0a97481e170ef878e0839faf948be681a (diff)
metauml 0.2.5 (31jul10)
git-svn-id: svn://tug.org/texlive/trunk@19692 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metapost/metauml/metauml_class_relations.mp')
-rw-r--r--Master/texmf-dist/metapost/metauml/metauml_class_relations.mp15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/metapost/metauml/metauml_class_relations.mp b/Master/texmf-dist/metapost/metauml/metauml_class_relations.mp
index bcc4997b049..00306bd3882 100644
--- a/Master/texmf-dist/metapost/metauml/metauml_class_relations.mp
+++ b/Master/texmf-dist/metapost/metauml/metauml_class_relations.mp
@@ -149,6 +149,20 @@ vardef DependencyInfo@# =
@#drawMethod = "drawLineDashed";
enddef;
+vardef RealizationInfo@# =
+ LinkInfo@#;
+
+ @#widthA = 0;
+ @#heightA = 0;
+ @#drawMethodA = "drawNothing";
+
+ @#widthB = defaultRelationHeadWidth;
+ @#heightB = defaultRelationHeadHeight;
+ @#drawMethodB = "drawTriangle";
+
+ @#drawMethod = "drawLineDashed";
+enddef;
+
AssociationInfo.association;
AssociationUniInfo.associationUni;
InheritanceInfo.inheritance;
@@ -158,6 +172,7 @@ CompositionInfo.composition;
CompositionUniInfo.compositionUni;
DashedLinkInfo.dashedLink;
DependencyInfo.dependency;
+RealizationInfo.realization;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%