// $Id$ package oor.model; /** * A module that checks constraints and/or restricts operations on the OOR. * @author Mike Dean * */ public interface GateKeeper extends Module { }