Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » ATL » ATL how to Hide Tag?(if tag 'subviews' attributes are empty. how to hide this tag ?)
ATL how to Hide Tag? [message #1787064] Fri, 18 May 2018 09:38
Li ChiaHsiu is currently offline Li ChiaHsiuFriend
Messages: 1
Registered: May 2018
Junior Member
Hello everyone. I have one question.
I have one rule like this:

rule State{
from
s : StateMachine!State
to
a: model!a(
b <- tob,
c <- toc,
e <- 'test'
),
tob: model!b(
d <- 'testd'
),
toc: model!c(
e <- toe
)
toe:model!e (
...
)

output will like this
<a e="test">
<b d="test">
<c>
<e>
</c>
</b>
</a>


if I want my output to hide <e>. how can I plus or fix this rule.

Sorry about my English not very well
Thank you for helping

Best Regards


Previous Topic:Generated model in bad format
Next Topic:File2Model by EMFTVM
Goto Forum:
  


Current Time: Thu Apr 25 03:41:48 GMT 2024

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

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

Back to the top