// $Id$ package oor.model; /** * A module which performs automated or semi-automated ontology mapping. * @author Mike Dean * */ public interface MappingModule extends Module { }