Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2016-12-05 21:14:27 +0000
committerdonald.g.dunne2016-12-05 21:14:27 +0000
commitc75dc17b186a3e9f540125ef9a3c6090bfbd386e (patch)
tree65590c441207136ee2428cd28ad53fda724f168b /plugins/org.eclipse.osee.framework.help.ui/OSEE/Users_Guide/Concepts/Relations.html
parent70c7e8004f96d56b3e27f47eb17939aa3d54c47c (diff)
downloadorg.eclipse.osee-c75dc17b186a3e9f540125ef9a3c6090bfbd386e.tar.gz
org.eclipse.osee-c75dc17b186a3e9f540125ef9a3c6090bfbd386e.tar.xz
org.eclipse.osee-c75dc17b186a3e9f540125ef9a3c6090bfbd386e.zip
feature[ats_ATS325914]: Remove entryGuid from OSEE Types grammar
Diffstat (limited to 'plugins/org.eclipse.osee.framework.help.ui/OSEE/Users_Guide/Concepts/Relations.html')
-rw-r--r--plugins/org.eclipse.osee.framework.help.ui/OSEE/Users_Guide/Concepts/Relations.html61
1 files changed, 61 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.help.ui/OSEE/Users_Guide/Concepts/Relations.html b/plugins/org.eclipse.osee.framework.help.ui/OSEE/Users_Guide/Concepts/Relations.html
new file mode 100644
index 00000000000..992defac934
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.help.ui/OSEE/Users_Guide/Concepts/Relations.html
@@ -0,0 +1,61 @@
+<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <title>Concepts - Relations</title>
+ <link type="text/css" rel="stylesheet" href="../../../book.css"/>
+ </head>
+ <body>
+ <table class="navigation" style="width: 100%;" border="0" summary="navigation">
+ <tr>
+ <th style="width: 100%" align="center" colspan="3">Relations</th>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left">
+ <a href="Attributes.html" title="Attributes">
+ <img alt="Previous" border="0" src="../../../images/prev.gif"/>
+ </a>
+ </td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right">
+ <a href="Branches.html" title="Branches">
+ <img alt="Next" border="0" src="../../../images/next.gif"/>
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left" valign="top">Attributes</td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right" valign="top">Branches</td>
+ </tr>
+ </table><hr/>
+ <h1 id="Relations">Relations</h1>
+ <p>A
+ <b>relation</b> is a link between two artifacts. Like artifacts, they are strongly typed; an <tt>attend</tt> relation <tt>attend</tt> might relate a <tt>User</tt> artifact to a <tt>Meeting</tt> artifact. Similarly, a <tt>Customer Requirement</tt> might be linked to the low-level <tt>Software Requirement</tt> that satisfies it.
+ </p><hr/>
+ <table class="navigation" style="width: 100%;" border="0" summary="navigation">
+ <tr>
+ <td style="width: 20%" align="left">
+ <a href="Attributes.html" title="Attributes">
+ <img alt="Previous" border="0" src="../../../images/prev.gif"/>
+ </a>
+ </td>
+ <td style="width: 60%" align="center">
+ <a href="Concepts.html" title="Concepts">
+ <img alt="Concepts" border="0" src="../../../images/home.gif"/>
+ </a>
+ </td>
+ <td style="width: 20%" align="right">
+ <a href="Branches.html" title="Branches">
+ <img alt="Next" border="0" src="../../../images/next.gif"/>
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td style="width: 20%" align="left" valign="top">Attributes</td>
+ <td style="width: 60%" align="center"></td>
+ <td style="width: 20%" align="right" valign="top">Branches</td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file

Back to the top