Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EDT:EGL Language Stereotypes and Annotations"

Line 1: Line 1:
Please see the parent of this page, [[EDT:EGL_Language]].
+
Please see the parent of this page, [[EDT:EGL Language]].  
  
 
== Stereotypes and Annotations (Table 8)  ==
 
== Stereotypes and Annotations (Table 8)  ==
  
Our approach is to say most stereotypes and annotations from RBD are not supported in EDT, and we'll add them back as we decide that we need their features.
+
Our approach is to say most stereotypes and annotations from RBD are not supported in EDT, and we'll add them back as we decide that we need their features.  
  
 
{| width="400" cellspacing="1" cellpadding="1" border="1" style=""
 
{| width="400" cellspacing="1" cellpadding="1" border="1" style=""
Line 15: Line 15:
 
| bgcolor="#cccccc" | ''BasicProgram<sup>1</sup>''  
 
| bgcolor="#cccccc" | ''BasicProgram<sup>1</sup>''  
 
| <br>  
 
| <br>  
| <br>  
+
| N/S<br>  
 
| <br>  
 
| <br>  
 
| <br>
 
| <br>
Line 28: Line 28:
 
| <br>  
 
| <br>  
 
| <br>  
 
| <br>  
| <br>  
+
| N/S<br>  
| <br>
+
| N/S<br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''RUIWidget''  
 
| bgcolor="#cccccc" | ''RUIWidget''  
 
| <br>  
 
| <br>  
 
| <br>  
 
| <br>  
| <br>  
+
| N/S<br>  
| <br>
+
| N/S<br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''BirtHandler''  
 
| bgcolor="#cccccc" | ''BirtHandler''  
 
| <br>  
 
| <br>  
| <br>  
+
| N/S<br>  
 
| <br>  
 
| <br>  
 
| <br>
 
| <br>
Line 51: Line 51:
 
| bgcolor="#cccccc" | ''JavaObject''  
 
| bgcolor="#cccccc" | ''JavaObject''  
 
| <br>  
 
| <br>  
| <br>  
+
| N/S<br>  
 
| <br>  
 
| <br>  
 
| <br>
 
| <br>
Line 58: Line 58:
 
| <br>  
 
| <br>  
 
| <br>  
 
| <br>  
| <br>  
+
| N/S<br>  
| <br>
+
| N/S<br>
 
|-
 
|-
 
| bgcolor="#cccccc" | ''HostProgram''  
 
| bgcolor="#cccccc" | ''HostProgram''  
 
| <br>  
 
| <br>  
| <br>  
+
| N/S<br>  
 
| <br>  
 
| <br>  
 
| <br>
 
| <br>
Line 76: Line 76:
 
'''Notes on Table 8'''<br>  
 
'''Notes on Table 8'''<br>  
  
# <span style="background:#FFA500">The BasicProgram stereotype won't have the msgTablePrefix field.</span>  
+
#<span style="background:#FFA500">The BasicProgram stereotype won't have the msgTablePrefix field.</span>  
# <span style="background:#FFA500">IncludeReferencedFunctions is an annotation in RBD, but it will be a field of the stereotypes in RBD.</span>
+
#<span style="background:#FFA500">IncludeReferencedFunctions is an annotation in RBD, but it will be a field of the stereotypes in RBD.</span>

Revision as of 15:40, 7 July 2011

Please see the parent of this page, EDT:EGL Language.

Stereotypes and Annotations (Table 8)

Our approach is to say most stereotypes and annotations from RBD are not supported in EDT, and we'll add them back as we decide that we need their features.

Stereotypes and Annotations Core JavaScript Java Debug
BasicProgram1
N/S


Exception



RUIHandler

N/S
N/S
RUIWidget

N/S
N/S
BirtHandler
N/S


NativeType



JavaObject
N/S


JavaScriptObject

N/S
N/S
HostProgram
N/S


IncludeReferencedFunctions2



Notes on Table 8

  1. The BasicProgram stereotype won't have the msgTablePrefix field.
  2. IncludeReferencedFunctions is an annotation in RBD, but it will be a field of the stereotypes in RBD.

Back to the top