1 package org.omg.uml.foundation.core; 2 3 public interface ACommentAnnotatedElement extends javax.jmi.reflect.RefAssociation { 4 public boolean exists(org.omg.uml.foundation.core.Comment comment, org.omg.uml.foundation.core.ModelElement annotatedElement); 5 public java.util.Collection getComment(org.omg.uml.foundation.core.ModelElement annotatedElement); 6 public java.util.Collection getAnnotatedElement(org.omg.uml.foundation.core.Comment comment); 7 public boolean add(org.omg.uml.foundation.core.Comment comment, org.omg.uml.foundation.core.ModelElement annotatedElement); 8 public boolean remove(org.omg.uml.foundation.core.Comment comment, org.omg.uml.foundation.core.ModelElement annotatedElement); 9 } 10 | Popular Tags |