Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BPMN Modeler » connecting object
connecting object [message #1895] Wed, 08 October 2008 08:52 Go to next message
faroun is currently offline farounFriend
Messages: 41
Registered: July 2009
Member
Hi everybody ,

i'm trying to connect bpmn object inside of a diagram .
i'm localising object based on there position .
Can i get Object giving it's position so i can use the addSequenceEdge().


Best Regards ,

Dali.
Re: connecting object [message #1909 is a reply to message #1895] Wed, 08 October 2008 10:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Aren't you generating the whole diagram ? In that case, don't you have
the Activity elements you created with addActivity somewhere ?

The object position is not set as long as the generateViews method is
not called. Once the generateViews method is called, you should not add
more semantic elements.

Thanks,

Antoine

faroun wrote:
> Hi everybody ,
>
> i'm trying to connect bpmn object inside of a diagram .
> i'm localising object based on there position .
> Can i get Object giving it's position so i can use the addSequenceEdge().
>
>
> Best Regards ,
>
> Dali.
>
Re: connecting object [message #1952 is a reply to message #1909] Thu, 09 October 2008 14:36 Go to previous messageGo to next message
faroun is currently offline farounFriend
Messages: 41
Registered: July 2009
Member
Hi antoine ,

i'm still trying to create connections between the bpmn object i'm
creating.
My question is how can transform activities into vertex ( so i can pass
it to the addSequenceEdge() Method) .

Best Regards ,

Dali.
Re: connecting object [message #1965 is a reply to message #1952] Thu, 09 October 2008 15:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Dali,

the Activity class extends the Vertex class. So there is no
transformation to do, just go ahead and punch them as parameters of the
method, everything should compile and run.

Thanks,

Antoine

dali wrote:
> Hi antoine ,
>
> i'm still trying to create connections between the bpmn object i'm
> creating.
> My question is how can transform activities into vertex ( so i can pass
> it to the addSequenceEdge() Method) .
>
> Best Regards ,
>
> Dali.
>
Re: connecting object [message #1979 is a reply to message #1965] Fri, 10 October 2008 09:21 Go to previous messageGo to next message
faroun is currently offline farounFriend
Messages: 41
Registered: July 2009
Member
Hi antoine ,

Thanx a lot . it works :)) .
Now the links are created but they are interfering with some objects.
i'm trying to enhance shifting between object but still some problems.
is there a solution to fix this.

Best Regards,

Dali
Re: connecting object [message #1993 is a reply to message #1979] Fri, 10 October 2008 10:45 Go to previous message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

It depends what you mean by interfering ?

Please attach a screenshot.

If you mean that the sequence edges are being drawn over tasks, then the
solution is to arrange the tasks by using the arrange all toolbar button.

Thanks,

Antoine
Dali wrote:
> Hi antoine ,
>
> Thanx a lot . it works :)) . Now the links are created but they are
> interfering with some objects.
> i'm trying to enhance shifting between object but still some problems.
> is there a solution to fix this.
>
> Best Regards,
>
> Dali
>
Previous Topic:Selection Listener
Next Topic:ReadOnly Diagram
Goto Forum:
  


Current Time: Tue Mar 19 10:22:12 GMT 2024

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

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

Back to the top