Class SubsetUtil
- java.lang.Object
-
- com.sodius.mdw.metamodel.rhapsody.util.SubsetUtil
-
public class SubsetUtil extends java.lang.ObjectUpdate a Rhapsody Model for keeping just a specific subset
-
-
Constructor Summary
Constructors Constructor Description SubsetUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidkeep(Model model, ModelElement element)Keep only the element in the model, its content, diagrams, and the owner hiearchyprotected static voidremove(Model model, MDWObject e)
-
-
-
Method Detail
-
keep
public static void keep(Model model, ModelElement element)
Keep only the element in the model, its content, diagrams, and the owner hiearchy- Parameters:
model-element-
-
-