Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » self connection
self connection [message #208880] Thu, 09 February 2006 18:28 Go to next message
Eclipse UserFriend
Originally posted by: VolkerSchilling.SchillingSoft.de

--nextPart31660321.YZkh0RIe8c
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8Bit

Hi @ll,

I want to create a GEF-based editor for modelling finite state
machines. Therefore I need to allow the user connect one state
with itself (see the attached image).

Is this possible with GEF, and how can I do this.

Best regards
Volker Schilling
--nextPart31660321.YZkh0RIe8c
Content-Type: image/gif; name="selfconnection.gif"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="selfconnection.gif"

R0lGODlhGAHIAMQAAH9/f3t9eOnp6aWlpTw8PMzMzFVVVREREYiIiO7u7nd3 dyIiIkRERDk6OCoq
KmZmZvb68AAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAACH5BAAA
AAAALAAAAAAYAcgAAAX/oCSOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwa j8ikcslsOp/QqHRK
rVqv2Kx2y+16v+CweEwum8/otHrNbrvf8Lh8Tq/b7/i8fs+XCACAgYB/goN9 h2WEggGMjYwAjo2F
AAKIlleKkJGTg5yRAYKVl6NMhI6ToiyZgKeUpK9FpqCBqTeZj66wujyyhkG9 ubvCM8C1QsXDyS3I
SczKzyR/uMbNrKDU0MLSvlCmwdnakN9S29jgl+VY6eek3ubk4uPser3vU9Kz 9vNx+Nxb9fvwbJPH
xV1AO+L0/RN3kM42NAkbyol45qHENxYhXrvYZh0ajxwrUlQDMuSYkmlQ/5r0 ojLlyJVfXrrJCLML
TTgya2bJOZOhzoWgEG78uXOoQ59ErdycwzPpk6Zwljp1IpWp0alPr9qpihUJ V6sEux6BOuer2CFI
96Q9i2RtHrJsf5gt6zauELh06toFohdP3709/goFALiI4DqHC+NIDFah4hpz jwZ9/APvmwQHImje
zDmCAco6GL9R0Ll0AdA5RLvBXHrzZ9SLJ/Mh3TrCadg3VK/OXPo1bhu63SBo fft3jeBuFnT2bZwG
8jbDORdvPuN5G+WamVOXYZ1NdNvbj8tGlNlBePGELzGI8OC88/GHADRI7z5G 9xwDCNTez7+///8A
BhggAQNIdN8NAwio4P+CDDboYIEHWQaEfg5WaOGFDRLQUGRAbAbBhyCGKOKI JJZo4okopqjiih9u
ZiB8SHjI4ow01mjjjRC42NCBNciI449ABsmijhHCeISPQiapZJJEBsQjDUgu KeWUMza5j4Q+REnl
llyOaOU8HGapWZdkltmiZhc9KYOWZrbJJJov0pcEm27WieOX82DJA5129lkl nBuqCQOffhaKIp55
alUEoYY26iWggRo5BKOOVpojpDsqOumYlnZKIqJgCtoCpZ4WCmqiYXXIaams nspOmDmQyqqdrrKj
5w2yzupmrefAiuuqulrK6zm39ghssI4OC05LPeSKLJnKLlvsmsc+ayr/piEx q4Oz1m4Zba/TvsBt
t1N+C66k21ZLbp3mEqtpuhGsa2i70qKLw7jyvhmBU+GygG++QdJbrz/wAtyn wPXms6e6BneJsLSa
pEptvA3vii1RBsXKcMVUPhzquzH8y3GNHn8ssQsij/znvnEN5FgKKau8Ysn7 9HMyzBvLrC9gzoib
s84BX3xWz/7+DPSPNEtENM4UH12u0HYBc3LMTpeYdLbWzBJKCVRX/SjLuCny ySRdex3i1TWtookj
ZZt9Jtjuqd2222jHNbfZdbN1t9d5n7V31X2L9bfTgXc1+NGFY3U40IlPtbjO jTv1uMyRJzW5ypUT
dfnImf+0Oced6/R5wcWh1zR6w6XDdLrBqa+0OsCtm/R6vrGHNLu8tXN0+7q5 X7Q7ub1L9Hu3wTc0
vLXFH3T8s8kHtDyyze9DIYbUV2/9ZhrWh0KC13fvfYMQan9Cft+Xb35tBIqv /vrst+/++/DHL//8
9Ndv//3456///vz37///AAygAAdIwAIa8IAITKACF8jABjrwgRCMoAQnSMEK WvCCGMygBjfIwQ56
8IMgDKEIR0jCEprwhChMoQpXyMIWuvCFMIyhDGdIwxraMAQAOw==
--nextPart31660321.YZkh0RIe8c--
Re: self connection [message #208909 is a reply to message #208880] Thu, 09 February 2006 20:02 Go to previous messageGo to next message
Steven R. Shaw is currently offline Steven R. ShawFriend
Messages: 128
Registered: July 2009
Senior Member
If you're considering creating a GEF editor from scratch that is based on an
EMF meta-model (representing your state machine), then you should consider
evaluating GMF. You could quickly generate an editor and the the self
connection support is build into the routers in GMF. @see
www.eclipse.org/gmf

Otherwise, to create the effect you are looking for, you would either have
to set the bendpoint constraint to the value you are looking for in a
ConnectionEndpointEditPolicy subclass when an anchor is reoriented or create
a custom router that subclasses BendpointConnectionRouter to handle self
relations. (just ideas...)

Regards,

Steve.



"Volker Schilling" <VolkerSchilling@SchillingSoft.de> wrote in message
news:dsg1le$b1c$1@utils.eclipse.org...
> Hi @ll,
>
> I want to create a GEF-based editor for modelling finite state
> machines. Therefore I need to allow the user connect one state
> with itself (see the attached image).
>
> Is this possible with GEF, and how can I do this.
>
> Best regards
> Volker Schilling
Re: self connection [message #208990 is a reply to message #208880] Fri, 10 February 2006 10:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ingo.koch[nospam].sap.com

Hi Volker,

I implemented a GEF-based state machine (FSM,PDA,...) modeler as part of my
diploma thesis.
If you are interested in it, please let me know.

Regards, Ingo

"Volker Schilling" <VolkerSchilling@SchillingSoft.de> wrote in message
news:dsg1le$b1c$1@utils.eclipse.org...
> Hi @ll,
>
> I want to create a GEF-based editor for modelling finite state
> machines. Therefore I need to allow the user connect one state
> with itself (see the attached image).
>
> Is this possible with GEF, and how can I do this.
>
> Best regards
> Volker Schilling
Re: self connection [message #209107 is a reply to message #208990] Sat, 11 February 2006 09:57 Go to previous message
Eclipse UserFriend
Originally posted by: VolkerSchilling.SchillingSoft.de

Ingo Koch wrote:
Hi Ingo,

I'm very interested in your Editor! Can I take a look on it?

Best regards
Volker

> Hi Volker,
>
> I implemented a GEF-based state machine (FSM,PDA,...) modeler as part of
> my diploma thesis.
> If you are interested in it, please let me know.
>
> Regards, Ingo
>
> "Volker Schilling" <VolkerSchilling@SchillingSoft.de> wrote in message
> news:dsg1le$b1c$1@utils.eclipse.org...
>> Hi @ll,
>>
>> I want to create a GEF-based editor for modelling finite state
>> machines. Therefore I need to allow the user connect one state
>> with itself (see the attached image).
>>
>> Is this possible with GEF, and how can I do this.
>>
>> Best regards
>> Volker Schilling
Previous Topic:Newbie question about selecting parts
Next Topic:Programmatically launch editor window side-by-side
Goto Forum:
  


Current Time: Tue Apr 23 17:24:30 GMT 2024

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

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

Back to the top