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

it.unibz.inf.ontop.iq.transform.IQTreeTransformer Maven / Gradle / Ivy

package it.unibz.inf.ontop.iq.transform;

import it.unibz.inf.ontop.iq.IQTree;

@FunctionalInterface
public interface IQTreeTransformer {

    IQTree transform(IQTree tree);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy