KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > SOFAnode > Made > TIR > CDLType


1 /* $Id: CDLType.java,v 1.2 2004/05/20 14:23:51 bures Exp $ */
2 package SOFA.SOFAnode.Made.TIR;
3
4 /** All CDL types extends this interface. */
5 public interface CDLType extends TIRObject {
6
7 }
8
Popular Tags