[MOFScript]How to write this loop in MOFScript [message #620459] |
Thu, 28 August 2008 07:42 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.15712 seconds