KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > uml > foundation > core > Component


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