Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Sirius » How to use Sequence{} in Candidates Expression
How to use Sequence{} in Candidates Expression [message #1819318] Mon, 13 January 2020 06:22 Go to next message
Qiran Cong is currently offline Qiran CongFriend
Messages: 26
Registered: November 2019
Junior Member
I want provide selections in a selection wizard. That's my query in Candidates Expression:
aql:Sequence{self.eInverse(sAMIOC::SciorDataItem),self.realizedPort}
nothing was shown in the wizard. These two collections work fine when using independently.
Re: How to use Sequence{} in Candidates Expression [message #1819346 is a reply to message #1819318] Mon, 13 January 2020 14:47 Go to previous messageGo to next message
Julien Dupont is currently offline Julien DupontFriend
Messages: 172
Registered: July 2009
Senior Member
Hello Qiran,

You can use the AQL union.
With AQL you can use aql:self.eInverse(sAMIOC::SciorDataItem)->union(self.realizedPort) or aql:self.eInverse(sAMIOC::SciorDataItem)+(self.realizedPort)

Regards,
Re: How to use Sequence{} in Candidates Expression [message #1819378 is a reply to message #1819346] Tue, 14 January 2020 07:52 Go to previous message
Qiran Cong is currently offline Qiran CongFriend
Messages: 26
Registered: November 2019
Junior Member
cool , thank you very much
Previous Topic:Can Sirius change an Ecore model?
Next Topic:opening of sirius editor
Goto Forum:
  


Current Time: Fri Apr 19 06:18:26 GMT 2024

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

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

Back to the top