public class JsonFunctionalDependency extends JsonOpenObject
| Modifier and Type | Field and Description |
|---|---|
List<String> |
dependents |
List<String> |
determinants |
| Constructor and Description |
|---|
JsonFunctionalDependency(it.unibz.inf.ontop.dbschema.FunctionalDependency fd) |
JsonFunctionalDependency(List<String> determinants,
List<String> dependents) |
| Modifier and Type | Method and Description |
|---|---|
void |
insert(it.unibz.inf.ontop.dbschema.NamedRelationDefinition relation,
it.unibz.inf.ontop.dbschema.QuotedIDFactory idFactory) |
getAdditionalProperties, setAdditionalPropertypublic JsonFunctionalDependency(List<String> determinants, List<String> dependents)
public JsonFunctionalDependency(it.unibz.inf.ontop.dbschema.FunctionalDependency fd)
public void insert(it.unibz.inf.ontop.dbschema.NamedRelationDefinition relation,
it.unibz.inf.ontop.dbschema.QuotedIDFactory idFactory)
throws MetadataExtractionException
MetadataExtractionExceptionCopyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.