1 package org.omg.uml.foundation.core;2 3 public interface Component extends org.omg.uml.foundation.core.Classifier {4 public java.util.Collection getDeploymentLocation();5 public java.util.Collection getResidentElement();6 public java.util.Collection getImplementation();7 }8