Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » GMT (Generative Modeling Technologies) » [MOFScript]How to write this loop in MOFScript
[MOFScript]How to write this loop in MOFScript [message #620459] Thu, 28 August 2008 11:42
yeliu is currently offline yeliuFriend
Messages: 145
Registered: July 2009
Senior Member
Hello,
Anyone knows how to write this code into loop:
------------------------------------------
self.objects->forEach(o:Object)
'Connect '
o.name'.outport['1']->'o.outgoing.first().name ' -> '
o.outgoing.first().outputs.first().name '->
'o.outgoing.first().outputs.first().outgoing.first().name ' ->
'o.outgoing.first().outputs.first().outgoings.first().output s.first().name'.inport['1']'

nl
'Connect '
o.name'.outport['2']->'o.outgoing.last().name ' -> '
o.outgoing.last().outputs.first().name ' ->
'o.outgoing.last().outputs.last().outgoing.first().name ' -> '
o.outgoing.last().outputs.last().outgoing.first().outputs.fi rst().name
'.inport['2']'
nl
-----------------------
In the above code, to simplify,o has 2 outports and 2 outgoings,and I use
outgoing.first() and outgoing.last() to print the two elements in outgoing
list.But acturally,o may have more than 1 outports.o's outgoing is a list
which contains more than 1 elements.

Can anyone help me?
Thank you for your help in advance!


Ye
Previous Topic:[MOFScript]print two list at the same time
Next Topic:[Epsilon] pre/post condition in EWL
Goto Forum:
  


Current Time: Mon Sep 23 15:17:17 GMT 2024

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

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

Back to the top