All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.unitn.disi.smatch.data.mappings.IContextMapping Maven / Gradle / Ivy

The newest version!
package it.unitn.disi.smatch.data.mappings;

import it.unitn.disi.smatch.data.trees.IContext;

/**
 * Interface for context mappings.
 *
 * @author 
 */
public interface IContextMapping extends IMapping {

    IContext getSourceContext();

    IContext getTargetContext();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy