blob: 4503a7c543a565b734f03e90e2705c466ec4d9d0 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta content="text/html; charset=windows-1252" http-equiv="content-type">
<title>Papyrus</title>
<link rel="stylesheet" type="text/css" href="userguide.css">
</head>
<body>
<h2>Papyrus</h2>
<ul>
<li><strong>getPapyrusDiagrams(EObject) : Sequence(Diagram)</strong></li>
</ul>
<p>Get all the diagrams with the object as root object.</p>
<ul>
<li><b>getPapyrusOwnedDiagrams(EObject) : Sequence(Diagram)</b></li>
</ul>
<p>Get all the diagrams owned by the object.</p>
<ul>
<li><b>getDocumentation(EObject) : String</b></li>
</ul>
<p>Get the documentation of an object.</p>
<ul>
<li><strong>getDocumentationResources(EObject) : Sequence(String)</strong></li>
</ul>
<p>Get the documentation resources of an object.</p>
<ul>
<li><strong>replaceLinksByNameOrLabel(String, EObject) : String</strong></li>
</ul>
<p>Replace the links in the string with the name or the label of the object,
using the Eobject as context to resolve the link.</p>
<ul>
<li><strong>getPapyrusTables (EObject) : Sequence(Table)</strong></li>
</ul>
<p>Get the tables of an object.</p>
<ul>
<li><strong>getAppliedComment(Element) : Bag(String)</strong> </li>
</ul>
<p>Get the applied comments.</p>
</body>
</html>