Project

General

Profile

Download (1.37 KB) Statistics
| Branch: | Tag: | Revision:
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2
<html>
3
<head>
4
<meta http-equiv="Content-Language" content="en-us">
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6
<title>GEF Terminology</title>
7
<style>
8
<!--
9
dt           { font-weight: bold }
10
dd           {  }
11
-->
12
</style>
13
</head>
14

    
15
<body>
16

    
17
<p>Definition of Terms</p>
18
<dl>
19
  <dt>connection</dt>
20
  <dd>A connection is an object from the application's model.&nbsp; Connections
21
    link two other objects together, referred to as nodes.&nbsp; One node is
22
    referred to as the <b>source</b>, the other the <b>target</b>.&nbsp; In some
23
    applications, a connection may itself be a source or target node of another
24
    connection.&nbsp; GEF assumes that nodes know, or can obtain, the
25
    connections for which they are the source or target.&nbsp; The application
26
    does not need to have collection of all connections in it.</dd>
27
  <dt>source connection</dt>
28
  <dd>An &quot;outgoing&quot; connection.&nbsp; The connection is leaving the
29
    object being talked about, making it the source of the connection.</dd>
30
  <dt>source node</dt>
31
  <dd>The model object that is the source of a connection.</dd>
32
  <dt>visuals</dt>
33
  <dd>Objects that are visible and rendered to the user in some way.&nbsp; Most
34
    EditParts have visuals which they manage.&nbsp; Examples include draw2d
35
    Figures and SWT TreeItems.</dd>
36
</dl>
37

    
38
</body>
39

    
40
</html>
(15-15/15)