// $Id$ package oor.model; /** * A module that provides an interface designed for human use. * @author Mike Dean * */ public interface UserInterface extends Module { }