Difference between
version 22
and
version 20:
Line 14 was replaced by line 14 |
- !! Current Query APIs using simple lookup |
+ !! Query APIs using simple lookup |
Line 25 was replaced by line 25 |
- * void __findRelatedConceptGuids__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache, StringHolder[] arrGuids, StringHolder[] arrRelTypes) throws java.rmi.RemoteException |
+ * void __findRelatedConceptGuids__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache, StringHolderArray arrGuids, StringHolderArray arrRelTypes) throws java.rmi.RemoteException |
Line 27 was replaced by line 27 |
- * void __getBestConcept__(String name, String authorityName, StringHolder[] arrGuids, FloatHolder[] arrScores) throws CTOSException |
+ * void __getBestConcept__(String name, String authorityName, StringHolderArray arrGuids, FloatHolderArray arrScores) throws CTOSException |
Line 35 was replaced by line 35 |
- !! Current Query APIs using Algorithm Matching |
+ !! Query APIs using Algorithm Matching |
Line 38 was replaced by line 38 |
- !! Current Modification APIs |
+ !! Modification APIs (may not be publicly/universally accessible) |
Back to TOSAPI Signatures,
or to the Page History.
|