1 package org.omg.uml.behavioralelements.statemachines; 2 3 public interface GuardClass extends javax.jmi.reflect.RefClass { 4 public Guard createGuard(); 5 public Guard createGuard(java.lang.String name, org.omg.uml.foundation.datatypes.VisibilityKind visibility, boolean isSpecification, org.omg.uml.foundation.datatypes.BooleanExpression expression); 6 } 7 | Popular Tags |