Quantcast
Channel: Topics in Category: General help - Modelio forum
Viewing all 1298 articles
Browse latest View live

Subject: Re: How to rename the project root? - by: pan

$
0
0
Hi,

It is not safe to do that.
It is preferable to create a new fragment with the desired name and move the content of your previous fragment in this new one.

Hope this helps,
BR

Subject: Open .OFPX file - by: Peio58

$
0
0
Hello everyone.
I have created a bloc diagram in modelio and I have lost the project (saved in usb key but I can't open it). I only have theb folder and the .OFPX file. Can I open this file and finish my project ?

Subject: Re: Open .OFPX file - by: pan

$
0
0
Hello Peio58,

Which version of Modelio are you using?
If you an ofpx file, I think that you are using Modelio 2.*.

If you have only the OFPX file, you can open it with Modelio but you will not have the modules present in your project. If you have created a block diagram I think that you are using SysML Architect so you must install the SysML Architect module in your project to retrieve the icons of the block diagram.

Hope this helps.

Subject: Re: Open .OFPX file - by: Peio58

$
0
0
Hello and thanks for your quick reply.
Yeah, I am using Modelio 2 and I found how to open my file.
I had to set my usb key in the locate menu to retrieve my file.
Thanks anyway !
P.S. : I am french so, I am very sorry if my English is pretty bad

Subject: How do I mark a class/attribute/operation as static? - by: sejhemming

Subject: Re: How do I mark a class/attribute/operation as static? - by: sejhemming

$
0
0
OK.

I've found the bit of the docs that tells me how to add tagged values to an element and that seems to include a 'static' tag.

However, the docs say I have to "Open the element view and then the appropriate group". At this point it points to an entry that reads <<java package>>. a) I don;t have that and b) I'm modelling a C# project.

Confused of Grantham needs help.

Subject: Re: How do I mark a class/attribute/operation as static? - by: pan

$
0
0
Hi,

For a class, go to the C# tab and select "C# class" for the "C# element" property then check the Static checkbox.
For an attribute or a method, go to the Element tab and check the Class checkbox.

Hope this helps.

Subject: Re: How do I mark a class/attribute/operation as static? - by: cde

$
0
0
Hi,

Same answer as above:

For classes:





For Operations/attributes:



Best regards,
cde

Subject: Re: How do I mark a class/attribute/operation as static? - by: sejhemming

$
0
0
Thanks for that, but clearly I'm missing something.

I'm guessing I have to acquire the "C# Designer" to be able to do this, yes? Or does this come from importing the Framework Class library? if so, where do I find this?

Subject: Re: How do I mark a class/attribute/operation as static? - by: sejhemming

$
0
0
I don't seem to be able to _find_ a C# tab.

Subject: Re: How do I mark a class/attribute/operation as static? - by: cde

Subject: Re: How do I mark a class/attribute/operation as static? - by: sejhemming

$
0
0
Hmmm.

I'm starting to believe that to be able to do this I've got to spend $400. Sadly, as a soon to be out-of-work developer who's just looking to extend his skill set a bit, I think that is is an expense too far.

Sad.

Thanks for the input though guys.

Subject: Re: How do I mark a class/attribute/operation as static? - by: cde

$
0
0
Hi,

Sorry that this is not possible for you...
But if your goal is to extend your skills in UML and code generators, perhaps you can then switch to Java, as the Java Designer module is Open Source and included with Modelio Open Source edition...

Best regards,
cde.

Subject: [Solved] Reuse Events - by: jcantoniochamp

$
0
0
Hello,

I created Signals and Events in an activity diagram.
I then try to reuse these in the Sent signal/Events or Received event property of a transition in a State Transition Diagram. But when I press "Ctrl + Space", I get the message "No element of compatible type and name with the input string has been found for this field".

Am I missing something?

Kind regards,

Jean-Claude

Subject: Re: Reuse Events - by: ebr

$
0
0
Hi Jean-Claude,

As you said Transition has two properties/fields named "Received event" and "Sent signal/events" which respectively take as inputs Event and Signal. You also mentionned that in an activity diagram you created Signals and Events, I guess that you used the Commands available in the Events Group e.g. "Send Signal", "Call Event", "Change Event" commands, am I right?

If Yes the elements created are not Events or neither Signals they are ActivityAction (more precisely SendSignalAction, AcceptCallEventAction, etc.).
UML Events and Signals are other kind of element. Under Modelio, Event can be created only under StateMachine by using the its contextual menu as depicted below.



And Signals can be created inside a class diagram or under a package as depicted by the following screenshot.



Hoping it is clear.

Regards,

EBR

Subject: Re: Reuse Events - by: jcantoniochamp

$
0
0
Thank you, this is great.

Kind regards,

Jean-Claude

Subject: How to re-use and modify Sequence Diagram Elements? - by: bbook1997

$
0
0
I'm trying to create a bunch of sequence diagrams that all start similarly, but have subtle changes. I tried to copy one sequence diagram, but then as I start changing the elements in the new copy, the elements also change in the original. How can I break this link between them?

Thanks

Modelio Open Source version 3.1.1
Build: 201402210039
Metamodel:9020
System: win32 (6.1)
Architecture: x86_64

Subject: Re: How to re-use and modify Sequence Diagram Elements? - by: ebr

$
0
0
In fact when you copy a sequence diagram, you copy the graphical representation of a set of element but thie set of element. you cannot rely break this link but you can copy both i.e. the set of element and their graphical representation thus you will obtain a copy of your sequence diagram related to a copy of element.

For this as depeicted below,
1) in your model explorer select the Interaction owning your diagram
2) copy it thanks to the clone button
3) open the copied Interaction (and maybe rename it)
4) open your diagram copy



Hoping it helps,

EBR

Subject: Re: How to re-use and modify Sequence Diagram Elements? - by: bbook1997

$
0
0
Thank you. That didn't seem to work the first time I tried it, but then restarting the program it did do the trick.

I stumbled on another issue while again trying to copy "notes" from one diagram element to another diagram element. Again, the note copy is somehow linked to the original, and the behavior looks a little odd.

When I copied a note belonging to an asynchronous message to another asynchronous message by right-clicking on the note in the first, selecting copy, then going to the 2nd, and selecting paste, the pasted note seems to appear in both the original, now showing 2 notes, and the 2nd, showing just the 1 note.

Seems the only way to get what I want is to create a new note, then go select and copy the text from the original and paste it into the new note. Does this seem like proper behavior?

Subject: Meta Model UML of Modelio - by: besma

$
0
0
Hi, how can I get the meta medel (ULM) of modelio in xmi file or ecore file, please?
Viewing all 1298 articles
Browse latest View live