// $Id$ package oor.modules.federation; import oor.model.Federation; import oor.model.Registry; /** * Federate information from the DAML Ontology Library. * @author Mike Dean * @see DAML Ontology Library * */ public class DAML implements Federation { public Registry getRegistry() { // TODO Auto-generated method stub return null; } }