public class FunctionalDependencyConstruct extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
FunctionalDependencyConstruct(it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<it.unibz.inf.ontop.dbschema.QuotedID> determinants,
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<it.unibz.inf.ontop.dbschema.QuotedID> dependents) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<it.unibz.inf.ontop.dbschema.QuotedID> |
getDependents() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<it.unibz.inf.ontop.dbschema.QuotedID> |
getDeterminants() |
int |
hashCode() |
Optional<FunctionalDependencyConstruct> |
merge(FunctionalDependencyConstruct fdConstruct)
If FD cannot be merged with the provided FD return empty otherwise return the merged one
|
String |
toString() |
protected FunctionalDependencyConstruct(it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<it.unibz.inf.ontop.dbschema.QuotedID> determinants,
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<it.unibz.inf.ontop.dbschema.QuotedID> dependents)
public it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<it.unibz.inf.ontop.dbschema.QuotedID> getDeterminants()
public it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<it.unibz.inf.ontop.dbschema.QuotedID> getDependents()
public Optional<FunctionalDependencyConstruct> merge(FunctionalDependencyConstruct fdConstruct)
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.