blob: b63c8368f30528c090a99f46f08e8e03301f59dd [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) THALES, 2007. All rights reserved." >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../../book.css" charset="ISO-8859-1" type="text/css">
<title>Pattern Editor Overview Page</title>
</head>
<body>
<h1>Overview Page</h1>
<p>
The overview page displays the pattern general information and links to the other pages of a pattern editor.<br/>
<h2>General Information section</h2>
<p>
<table border="1" cellspacing="0" cellpadding="5">
<tr>
<th>Field</th>
<th>Description</th>
<th>Modifiable</th>
<th>Default value</th>
</tr>
<tr>
<td align="left" valign="top">Name</td>
<td align="left" valign="top">The pattern logical name.</td>
<td align="left" valign="top">Yes</td>
<td align="left" valign="top">The name as specified in the pattern creation wizard.</td>
</tr>
<tr>
<td align="left" valign="top">Library id</td>
<td align="left" valign="top">The containing library full id.</td>
<td align="left" valign="top">No</td>
<td align="left" valign="top">Generated at library creation time.</td>
</tr>
<tr>
<td align="left" valign="top">Id</td>
<td align="left" valign="top">The pattern short id.</td>
<td align="left" valign="top">No</td>
<td align="left" valign="top">Generated at pattern creation time.</td>
</tr>
<tr>
<td align="left" valign="top">Description</td>
<td align="left" valign="top">A free text description. Should explain as much as possible the pattern goals and interactions.</td>
<td align="left" valign="top">Yes</td>
<td align="left" valign="top">Auto-generated description for <i>pattern name</i></td>
</tr>
</table>
</p>
<h2>Pattern Content section</h2>
<p>
Links to the other pages.
<br/>
<ul>
<li>The <a href="./production.html">Production</a> page defines the production parameters applicable to pattern production.</li>
<li>The <a href="./specification.html">Specification</a> page defines the pattern parameters and the condition linking those parameters.</li>
<li>The <a href="./inheritance.html">Inheritance</a> page defines the pattern parent.</li>
<li>The <a href="./implementation.html">Implementation</a> page defines the pattern operations and their templates.</li>
</ul>
</p>
</p>
<p>
<img border="0" src="../../../../org.eclipse.egf.engine.doc/html/images/ngrelr.png" alt="Related Reference">
</p>
<a href="../editor.html">Pattern editor</a>
</body>
</html>