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

This interface implements the RELATE Sensor.

* *

These objects are defined by the developer as a way of describing specific * sensor capabilities for agents. Sensor 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 Sensor { }// end Sensor interface