1 package org.omg.uml.foundation.core;2 3 public interface Classifier extends org.omg.uml.foundation.core.GeneralizableElement, org.omg.uml.foundation.core.Namespace {4 public java.util.List getFeature();5 public java.util.Collection getPowertypeRange();6 }7