Class SubsetUtil
- java.lang.Object
-
- com.sodius.mdw.metamodel.rhapsody.util.SubsetUtil
-
public class SubsetUtil extends java.lang.Object
Update 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 void
keep(Model model, ModelElement element)
Keep only the element in the model, its content, diagrams, and the owner hiearchyprotected static void
remove(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
-
-
-