1 package org.omg.uml.foundation.core; 2 3 public interface ConstraintClass extends javax.jmi.reflect.RefClass { 4 public Constraint createConstraint(); 5 public Constraint createConstraint(java.lang.String name, org.omg.uml.foundation.datatypes.VisibilityKind visibility, boolean isSpecification, org.omg.uml.foundation.datatypes.BooleanExpression body); 6 } 7 | Popular Tags |