Book a Demo

Author Topic: Element.GetIsRoot?  (Read 2875 times)

tanja

  • EA User
  • **
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Element.GetIsRoot?
« on: February 06, 2009, 03:31:25 am »
Automation java API has Element.GetIsLeaf and SetIsLeaf methods, but I don't find their equivalents for Root. I've got EA model from Rose XMI with lots of root and/or leaf "advanced" attributes/properties on classes and would like to be able to remove {root} the same way I can do with {leaf}.

Is this omission from the API intentional or are there methods to manipulate {root} on an Element that I simply didn't find?

Thanks in advance for some help.