1 package org.omg.uml.foundation.core;2 3 public interface Feature extends org.omg.uml.foundation.core.ModelElement {4 public org.omg.uml.foundation.datatypes.ScopeKind getOwnerScope();5 public void setOwnerScope(org.omg.uml.foundation.datatypes.ScopeKind newValue);6 public org.omg.uml.foundation.core.Classifier getOwner();7 public void setOwner(org.omg.uml.foundation.core.Classifier newValue);8 }9