1   /*
2    * Created on Dec 22, 2003
3    *
4    * To change the template for this generated file go to
5    * Window>Preferences>Java>Code Generation>Code and Comments
6    */
7   package org.neo.swarm.core.aop.silc.comp;
8   
9   /***
10   * This object does..
11   *  @author navery
12   */
13  public interface CompAI {
14  	public String setValue(String value);
15  	public void doA();
16  }