Package it.unibz.inf.ontop.dbschema.impl
Class OntopViewNormalizerImpl
- java.lang.Object
-
- it.unibz.inf.ontop.dbschema.impl.OntopViewNormalizerImpl
-
- All Implemented Interfaces:
OntopViewNormalizer
public class OntopViewNormalizerImpl extends Object implements OntopViewNormalizer
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOntopViewNormalizerImpl(NotYetTypedEqualityTransformer equalityTransformer, IntermediateQueryFactory iqFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnormalize(OntopViewDefinition viewDefinition)protected IQnormalizeIQ(IQ iq)
-
-
-
Constructor Detail
-
OntopViewNormalizerImpl
@Inject protected OntopViewNormalizerImpl(NotYetTypedEqualityTransformer equalityTransformer, IntermediateQueryFactory iqFactory)
-
-
Method Detail
-
normalize
public void normalize(OntopViewDefinition viewDefinition)
- Specified by:
normalizein interfaceOntopViewNormalizer
-
-