1 package org.omg.uml.modelmanagement;2 3 public interface Subsystem extends org.omg.uml.modelmanagement.UmlPackage, org.omg.uml.foundation.core.Classifier {4 public boolean isInstantiable();5 public void setInstantiable(boolean newValue);6 }7