Bus

Uses of Class
org.topcased.service.comparison.ETreeModel

Packages that use ETreeModel
org.topcased.service.comparison   
 

Uses of ETreeModel in org.topcased.service.comparison
 

Methods in org.topcased.service.comparison that return ETreeModel
 ETreeModel[] ETreeModel.flatten()
          Returns a flat list of all gadgets in this gadget tree.
 ETreeModel ETreeModel.getParent()
           
 

Methods in org.topcased.service.comparison with parameters of type ETreeModel
 boolean ETreeModel.addToAllContainedSons(ETreeModel toAdd)
           
 java.util.ArrayList ETreeModel.doFlatten(ETreeModel element)
           
 boolean ETreeModel.hasParent(ETreeModel element)
           
 void ETreeModel.setEParent(ETreeModel parent)
           
 boolean ETreeModel.setParent(ETreeModel parent)
           
 boolean ETreeModel.subToAllContainedSons(ETreeModel toSub)
           
 

Constructors in org.topcased.service.comparison with parameters of type ETreeModel
ETreeModel(ETreeModel parent, EObject newObject, boolean firstModel)
           
ETreeModel(ETreeModel parent, EObject newObject, boolean leaf, boolean firstModel)
           
 


Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.