Difference between
version 66
and
version 65:
Line 18 was replaced by line 18 |
- Boolean match( ConceptExpression, ResourceID, RemoteFlag ) |
+ Boolean match( ResourceID, ConceptExpression, RemoteFlag ) |
Lines 94-95 were replaced by lines 94-95 |
- # A concept expression; |
- # A resource whose semantic types are to be checked; and |
+ # A resource whose semantic types are to be checked; |
+ # A concept expression; and |
Line 98 was replaced by line 98 |
- The service returns true if the resource has a semantic type matching the concept expression. Note that given a set of resources {{R}} returned by the {{search}} service for a concept expression {{c}} and remote flag value {{m}} (either true or false), for each {{r}} in {{R}}, {{match(C, r, M)}} returns true. |
+ The service returns true if the resource has a semantic type matching the concept expression. Note that given a set of resources {{R}} returned by the {{search}} service for a concept expression {{c}} and remote flag value {{m}} (either true or false), for each {{r}} in {{R}}, {{match(r, c, m)}} is true. That is, {{r}} is a {{match}} for search {{c}}. |
Back to SMS Service Interfaces,
or to the Page History.
|