package mil.navy.nps.relate; /******************************************************************************* *

This interface implements the RELATE Action.

* *

These objects are defined by the developer as a way of describing specific * actions agents may be capable of. Action objects are not currently * implemented in any reference cases but are included in the RELATE package for * future work and conceptualization.

* * @author Michael R. Dickson * @author Kimberly A. Roddy * @version 1.0, 17 Aug 00 * @since JDK1.3 ******************************************************************************* */ public interface Action { }// end Action interface