Uses of Class
it.unibz.inf.ontop.dbschema.impl.json.FunctionalDependencyConstruct
-
Packages that use FunctionalDependencyConstruct Package Description it.unibz.inf.ontop.dbschema.impl.json -
-
Uses of FunctionalDependencyConstruct in it.unibz.inf.ontop.dbschema.impl.json
Methods in it.unibz.inf.ontop.dbschema.impl.json that return types with arguments of type FunctionalDependencyConstruct Modifier and Type Method Description Optional<FunctionalDependencyConstruct>FunctionalDependencyConstruct. merge(FunctionalDependencyConstruct fdConstruct)If FD cannot be merged with the provided FD return empty otherwise return the merged oneMethods in it.unibz.inf.ontop.dbschema.impl.json with parameters of type FunctionalDependencyConstruct Modifier and Type Method Description Optional<FunctionalDependencyConstruct>FunctionalDependencyConstruct. merge(FunctionalDependencyConstruct fdConstruct)If FD cannot be merged with the provided FD return empty otherwise return the merged one
-