Interface IQTree2SelectFromWhereConverter
-
- All Known Implementing Classes:
IQTree2SelectFromWhereConverterImpl
public interface IQTree2SelectFromWhereConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectFromWhereWithModifiersconvert(IQTree iqTree, 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
SelectFromWhereWithModifiers convert(IQTree iqTree, it.unibz.inf.ontop.com.google.common.collect.ImmutableSortedSet<Variable> signature)
TODO: explicit the assumptions on how the iqTree is supposed to be normalized
-
-