1 package org.omg.uml.foundation.core; 2 3 public interface ComponentClass extends javax.jmi.reflect.RefClass { 4 public Component createComponent(); 5 public Component createComponent(java.lang.String name, org.omg.uml.foundation.datatypes.VisibilityKind visibility, boolean isSpecification, boolean isRoot, boolean isLeaf, boolean isAbstract); 6 } 7 | Popular Tags |