KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.uml.foundation.core;
2
3 public interface Node extends org.omg.uml.foundation.core.Classifier {
4     public java.util.Collection JavaDoc getDeployedComponent();
5 }
6
Popular Tags