Skip to main content



      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 07:42
Eclipse UserFriend
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: Fri Mar 28 00:01:25 EDT 2025

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

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

Back to the top