// $Id$ package oor.model; /** * A module that federates information from another registry. This module may be instantiated multiple times. * @author Mike Dean * */ public interface Federation extends Module { // TODO it's not clear what this interface should look like Registry getRegistry(); }