Skip to main content



      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 01:22 Go to next message
Eclipse UserFriend
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 09:47 Go to previous messageGo to next message
Eclipse UserFriend
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 02:52 Go to previous message
Eclipse UserFriend
cool , thank you very much
Previous Topic:Can Sirius change an Ecore model?
Next Topic:opening of sirius editor
Goto Forum:
  


Current Time: Thu Jun 19 06:40:37 EDT 2025

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

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

Back to the top