1 package org.omg.uml.foundation.core;2 3 public interface AOwnerFeature extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.foundation.core.Classifier owner, org.omg.uml.foundation.core.Feature feature);5 public org.omg.uml.foundation.core.Classifier getOwner(org.omg.uml.foundation.core.Feature feature);6 public java.util.List getFeature(org.omg.uml.foundation.core.Classifier owner);7 public boolean add(org.omg.uml.foundation.core.Classifier owner, org.omg.uml.foundation.core.Feature feature);8 public boolean remove(org.omg.uml.foundation.core.Classifier owner, org.omg.uml.foundation.core.Feature feature);9 }10