Skip to main content



      Home
Home » Modeling » EMF » EOperation model parameters(Model parameters (many, required, ordered, unique, lower/upper bound, required) of an EOperation.)
EOperation model parameters [message #1251670] Thu, 20 February 2014 08:20 Go to next message
Eclipse UserFriend
Dear Eclipse community members,

i'm creating an Eclipse-plugin to translate an EMF-model in Next. For this i have a question about an EOperation. What describe the model parameters (many, required, ordered, unique, lower/upper bound, required) of an eop?

Thank you in advance,
Daniel
Re: EOperation model parameters [message #1251691 is a reply to message #1251670] Thu, 20 February 2014 08:49 Go to previous message
Eclipse UserFriend
Daniel,

Comments below.

On 20/02/2014 2:20 PM, Daniel Tahin wrote:
> Dear Eclipse community members,
>
> i'm creating an Eclipse-plugin to translate an EMF-model in Next. For
> this i have a question about an EOperation. What describe the model
> parameters (many, required, ordered, unique, lower/upper bound,
> required) of an eop?
Essentially the same as they do for a feature. But most of these things
are about constraints and have no impact on the actual visible
signature. Note that many and required are derived from upper and lower
bound, so aren't really significant. Only the upper bound affects the
signature, i.e., if upperBound isn't 1 (then isMany is true) then an
EList of the operation's type will be returned, not just a single
value. You can best answer these kinds of questions by experimenting
with an Ecore model and see what's generated for these things.
>
> Thank you in advance,
> Daniel
>
Previous Topic:[TENEO] Unable to save a clob type attribute during merge
Next Topic:EMF modifying files?
Goto Forum:
  


Current Time: Thu Jul 24 20:19:49 EDT 2025

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

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

Back to the top