001        package com.croftsoft.core.ai.neuro;
002    
003        import com.croftsoft.core.sim.Sim;
004    
005        /***********************************************************************
006        * Extension of interface ChannelMut that implements Sim.
007        * 
008        * @version
009        *   $Id: ChannelSim.java,v 1.1 2008/07/25 23:32:22 croft Exp $
010        * @since
011        *   2008-07-19
012        * @author
013        *   <a href="https://www.croftsoft.com/">David Wallace Croft</a>
014        ***********************************************************************/
015    
016        public interface  ChannelSim
017          extends ChannelMut, Sim
018        ////////////////////////////////////////////////////////////////////////
019        ////////////////////////////////////////////////////////////////////////
020        {
021          
022        ////////////////////////////////////////////////////////////////////////
023        ////////////////////////////////////////////////////////////////////////
024        }