001         package com.croftsoft.core.animation.model;
002    
003         import com.croftsoft.core.util.id.Id;
004    
005         /*********************************************************************
006         * Identifier for a Model.
007         *
008         * @version
009         *   2003-06-07
010         * @since
011         *   2003-06-07
012         * @author
013         *   <a href="https://www.croftsoft.com/">David Wallace Croft</a>
014         *********************************************************************/
015    
016         public interface  ModelId
017           extends Id
018         //////////////////////////////////////////////////////////////////////
019         //////////////////////////////////////////////////////////////////////
020         {
021    
022         //////////////////////////////////////////////////////////////////////
023         //////////////////////////////////////////////////////////////////////
024         }