Class IQTree2SelectFromWhereConverterImpl
- java.lang.Object
-
- it.unibz.inf.ontop.generation.algebra.impl.IQTree2SelectFromWhereConverterImpl
-
- All Implemented Interfaces:
IQTree2SelectFromWhereConverter
public class IQTree2SelectFromWhereConverterImpl extends Object implements IQTree2SelectFromWhereConverter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectFromWhereWithModifiersconvert(IQTree tree, it.unibz.inf.ontop.com.google.common.collect.ImmutableSortedSet<Variable> signature)TODO: explicit the assumptions on how the iqTree is supposed to be normalized
-
-
-
Method Detail
-
convert
public SelectFromWhereWithModifiers convert(IQTree tree, it.unibz.inf.ontop.com.google.common.collect.ImmutableSortedSet<Variable> signature)
Description copied from interface:IQTree2SelectFromWhereConverterTODO: explicit the assumptions on how the iqTree is supposed to be normalized- Specified by:
convertin interfaceIQTree2SelectFromWhereConverter
-
-