1 package org.omg.uml.behavioralelements.commonbehavior; 2 3 public interface ComponentInstanceClass extends javax.jmi.reflect.RefClass { 4 public ComponentInstance createComponentInstance(); 5 public ComponentInstance createComponentInstance(java.lang.String name, org.omg.uml.foundation.datatypes.VisibilityKind visibility, boolean isSpecification); 6 } 7 | Popular Tags |