Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » OCL » validate applied to umleditor
validate applied to umleditor [message #53083] Mon, 24 March 2008 19:48
Eclipse UserFriend
Originally posted by: asma.charfi.com

Hi,
I installed Eclipse eclipse-SDK-3.3M7-win32, emf-sdo-xsd-SDK-2.3.0M7 and
mdt-uml2-SDK-2.1M7 plugins
a menu called 'validate' is shown when I click at any UML element.
What is the plugin that show 'validate'? Where can I find its source?
I thought before that it comes with EMF Validation plugin
(emf-validation-SDK-1.1M7). but I only installed EMF and UML plugin
according to the EMF Validation examples, this plugin has an
editorContribution that show the menu labeled as folow:
--_UI_ValidationMenu_label = &Validation

-- ValidateElementsAction.label = Validate Elements...

<extension point="org.eclipse.ui.editorActions"> <editorContribution
id=" org.eclipse.emf.validation.examples.general.editorContributi on "
targetID=" org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryE ditorID ">
<menu label="%_UI_ValidationMenu_label" separator name="additions"/> </menu>
<action label="%ValidateElementsAction.label"

so what is the plugin that has the <menu label of its <editorcontribution>
set to 'validate' ?

thank you
Asma
Re: validate applied to umleditor [message #53188 is a reply to message #53083] Mon, 24 March 2008 15:41 Go to previous message
Eclipse UserFriend
Originally posted by: cdamus.ca.ibm.com

Hi, Asma,

This question is more appropriate to the UML2 newsgroup, which I have
included in this reply.

The Validate menu action that you see in the UML Model Editor is the
standard action provided by EMF for any generated editor, and it invokes
the Diagnostician API, which delegates to the generated UMLValidator class.

See the org.eclipse.uml2.uml.editor plug-in for details of its Validate
action.

None of this has any relation to the EMF Validation component.

HTH,

Christian

charfi asma wrote:

> Hi,
> I installed Eclipse eclipse-SDK-3.3M7-win32, emf-sdo-xsd-SDK-2.3.0M7 and
> mdt-uml2-SDK-2.1M7 plugins
> a menu called 'validate' is shown when I click at any UML element.
> What is the plugin that show 'validate'? Where can I find its source?
> I thought before that it comes with EMF Validation plugin
> (emf-validation-SDK-1.1M7). but I only installed EMF and UML plugin
> according to the EMF Validation examples, this plugin has an
> editorContribution that show the menu labeled as folow:
> --_UI_ValidationMenu_label = &Validation
>
> -- ValidateElementsAction.label = Validate Elements...
>
> <extension point="org.eclipse.ui.editorActions"> <editorContribution
> id=" org.eclipse.emf.validation.examples.general.editorContributi on "
>
targetID=" org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryE ditorID ">
> <menu label="%_UI_ValidationMenu_label" separator name="additions"/>
> </menu> <action label="%ValidateElementsAction.label"
>
> so what is the plugin that has the <menu label of its <editorcontribution>
> set to 'validate' ?
>
> thank you
> Asma
Previous Topic:OCL AuditRule Constraining a String Property
Next Topic:Re: installation problem on 3.3.1.1
Goto Forum:
  


Current Time: Sat Apr 20 01:23:40 GMT 2024

Powered by FUDForum. Page generated in 0.03582 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top