public class RAExpressionAttributeOccurrences extends Object
| Modifier and Type | Method and Description |
|---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<it.unibz.inf.ontop.dbschema.RelationID> |
get(it.unibz.inf.ontop.dbschema.QuotedID id) |
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<it.unibz.inf.ontop.dbschema.QuotedID> |
getAttributes() |
boolean |
isAbsent(it.unibz.inf.ontop.dbschema.QuotedID attribute)
checks if there is an occurrence of the non-qualified attribute
|
boolean |
isAmbiguous(it.unibz.inf.ontop.dbschema.QuotedID attribute)
checks if occurrence of the non-qualified attribute are ambiguous
(at least two relations contain the attribute)
|
boolean |
isUnique(it.unibz.inf.ontop.dbschema.QuotedID attribute)
checks if occurrence of the non-qualified attribute is unique
(exactly one relation contains the attribute)
|
String |
toString() |
public boolean isAbsent(it.unibz.inf.ontop.dbschema.QuotedID attribute)
attribute - a QuotedIDpublic boolean isAmbiguous(it.unibz.inf.ontop.dbschema.QuotedID attribute)
attribute - a QuotedIDpublic boolean isUnique(it.unibz.inf.ontop.dbschema.QuotedID attribute)
attribute - a QuotedIDpublic it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<it.unibz.inf.ontop.dbschema.QuotedID> getAttributes()
public it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<it.unibz.inf.ontop.dbschema.RelationID> get(it.unibz.inf.ontop.dbschema.QuotedID id)
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.