
it.unitn.disi.smatch.data.mappings.IMappingFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of s-match Show documentation
Show all versions of s-match Show documentation
A version of S-Match semantic matching framework for Open Data
The newest version!
package it.unitn.disi.smatch.data.mappings;
import it.unitn.disi.common.components.IConfigurable;
import it.unitn.disi.smatch.data.ling.IAtomicConceptOfLabel;
import it.unitn.disi.smatch.data.trees.IContext;
import it.unitn.disi.smatch.data.trees.INode;
/**
* Produces mappings.
*
* @author Aliaksandr Autayeu
*/
public interface IMappingFactory extends IConfigurable {
IContextMapping getContextMappingInstance(IContext source, IContext target);
IContextMapping getACoLMappingInstance(IContext source, IContext target);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy