package ilog.language.design.types;

/**
 * @version     Last modified on Sat Jun 01 19:44:04 2002 by hak
 * @author      <a href="mailto:hak@ilog.fr">Hassan A&iuml;t-Kaci</a>
 * @copyright   &copy; 2002 <a href="http://www.ilog.fr/">ILOG, S.A.</a>
 */

/**
 * The mother class of dynamic type objects. A dynamic type is a type
 * that requires runtime verifications.
 */
//  public abstract class DynamicType extends Type
//  {
//  }
