/** *

* Interface for sensors with non-fixed dimensionality. * No member functions. Cast appropriately if used. * *

* @author Michael Schuresko * @version %I%, %G% * @since 1.0 */ public interface ISensor { }