You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clique is a collection of concept ID's. So shouldn't the method instead return all the concepts that are identified by that clique rather than just the first one? It seems it should instead be:
If there is only supposed to be a single Concept for any cliqueId, then why do we have both a Concept as well as a Clique in our data model? This would be redundant.
The text was updated successfully, but these errors were encountered:
The following method looks incorrect, or at least has a very confusing name:
A clique is a collection of concept ID's. So shouldn't the method instead return all the concepts that are identified by that clique rather than just the first one? It seems it should instead be:
If there is only supposed to be a single
Concept
for anycliqueId
, then why do we have both aConcept
as well as aClique
in our data model? This would be redundant.The text was updated successfully, but these errors were encountered: