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 conversion"

Line 30: Line 30:
 
*[[EDT:EGL Language Statements]]  
 
*[[EDT:EGL Language Statements]]  
 
*[[EDT:EGL Language Literals]]  
 
*[[EDT:EGL Language Literals]]  
 +
{| width="800" cellspacing="1" cellpadding="1" border="1"
 +
|-
 +
| RBD/EGL CE
 +
| EDT
 +
|-
 +
| matches
 +
| have to use String matchesPattern() function instead
 +
|}
 
*[[EDT:EGL Language Operators and Expressions]]  
 
*[[EDT:EGL Language Operators and Expressions]]  
 
*[[EDT:EGL Language Stereotypes and Annotations]]
 
*[[EDT:EGL Language Stereotypes and Annotations]]
Line 40: Line 48:
 
| basicLibrary  
 
| basicLibrary  
 
| no more basicLibrary
 
| no more basicLibrary
 +
| -
 +
|annotation on Library
 +
| no annotation is supported on library
 
|}
 
|}

Revision as of 16:52, 26 August 2011

EGL language conversion consideration from RBD/EGLCE

RBD/EGL CE EDT
time replaced with timestamp
interval Not Supported, no replacement
RBD/EGL CE EDT
system libraries all needs to be fully qualified with library name
 i.e. sysLib, dateTimeLib, serviceLib, xmlLib...etc.
RBD/EGL CE EDT
matches have to use String matchesPattern() function instead
RBD/EGL CE EDT
basicLibrary no more basicLibrary - annotation on Library no annotation is supported on library

Copyright © Eclipse Foundation, Inc. All Rights Reserved.