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