| Package | Description |
|---|---|
| it.unibz.inf.ontop.constraints | |
| it.unibz.inf.ontop.constraints.impl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImmutableCQContainmentCheck.isContainedIn(ImmutableCQ<P> cq1,
ImmutableCQ<P> cq2)
Returns true if the query cq1 is contained in the query cq2
(in other words, the first query is more specific, it has fewer answers)
|
boolean |
ImmutableCQContainmentCheck.isContainedIn(ImmutableCQ<P> cq1,
ImmutableCQ<P> cq2)
Returns true if the query cq1 is contained in the query cq2
(in other words, the first query is more specific, it has fewer answers)
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ImmutableCQContainmentCheck.removeContainedQueries(List<ImmutableCQ<P>> queries)
Removes queries that are contained syntactically, using the method
isContainedIn(CQIE q1, CQIE 2).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImmutableCQSyntacticContainmentCheck.isContainedIn(ImmutableCQ<P> cq1,
ImmutableCQ<P> cq2)
Check if query cq1 is contained in cq2, syntactically.
|
boolean |
ImmutableCQSyntacticContainmentCheck.isContainedIn(ImmutableCQ<P> cq1,
ImmutableCQ<P> cq2)
Check if query cq1 is contained in cq2, syntactically.
|
boolean |
ImmutableCQContainmentCheckUnderLIDs.isContainedIn(ImmutableCQ<P> cq1,
ImmutableCQ<P> cq2) |
boolean |
ImmutableCQContainmentCheckUnderLIDs.isContainedIn(ImmutableCQ<P> cq1,
ImmutableCQ<P> cq2) |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.