Class 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 hiearchy
      protected static void remove​(Model model, MDWObject e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubsetUtil

        public SubsetUtil()
    • 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 -
      • remove

        protected static void remove​(Model model,
                                     MDWObject e)