1 /* $Id: ModuleDef.java,v 1.2 2004/05/20 14:23:51 bures Exp $ */2 package SOFA.SOFAnode.Made.TIR;3 4 /** Interface for the <b>CDL module</b> */5 public interface ModuleDef extends CDLContainer, Contained {6 7 }8