Line 2 was replaced by line 2 |
- * AAlgorithmMeta[] __getAlgorithmMetadata__() throws java.rmi.RemoteException |
+ * AAlgorithmMetaArray __getAlgorithmMetadata__() throws java.rmi.RemoteException |
Lines 4-5 were replaced by lines 4-5 |
- * String[] __getAlgorithmNames__() throws java.rmi.RemoteException |
- |
+ * StringArray __getAlgorithmNames__() throws java.rmi.RemoteException |
+ |
Line 8 was replaced by line 8 |
- * CAuthority[] __getAuthorities__() throws java.rmi.RemoteException |
+ * CAuthorityArray __getAuthorities__() throws java.rmi.RemoteException |
Line 10 was replaced by line 10 |
- * String[] __getAuthorityNames__() throws java.rmi.RemoteException |
+ * StringArray __getAuthorityNames__() throws java.rmi.RemoteException |
Line 14 was replaced by line 14 |
- !! Current Query APIs using simple lookup |
+ !! Query APIs using simple lookup |
Line 21 was replaced by line 21 |
- * String[] getSynonymousNames(String conceptGuid) throws java.rmi.RemoteException |
+ * StringArray __getSynonymousNames__(String conceptGuid) throws java.rmi.RemoteException |
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 29 was replaced by line 29 |
- * String[] __getAuthoritativeList__(CAuthority auth, String conceptGuid, String targetRankCode) throws java.rmi.RemoteException |
+ * StringArray __getAuthoritativeList__(CAuthority auth, String conceptGuid, String targetRankCode) throws java.rmi.RemoteException |
Line 31 was replaced by line 31 |
- * CConcept[] __getHigherTaxon__(CTaxonName name, String targetRankCode, CAuthority authority) throws java.rmi.RemoteException |
+ * CConceptArray __getHigherTaxon__(CTaxonName name, String targetRankCode, CAuthority authority) throws java.rmi.RemoteException |
Line 33 was replaced by line 33 |
- * String[] __getHigherTaxonName__(String name, String targetRankCode, String authorityName) throws java.rmi.RemoteException |
+ * StringArray __getHigherTaxonName__(String name, String targetRankCode, String authorityName) throws java.rmi.RemoteException |
Lines 35-36 were replaced by lines 35-36 |
- !! Current Query APIs using Algorithm Matching |
- * CWeightedConcept[] __findConcepts__(CConcept taxonQuery, String algorithm, float threshold, boolean useCache) throws java.rmi.RemoteException |
+ !! Query APIs using Algorithm Matching |
+ * CWeightedConceptArray __findConcepts__(CConcept taxonQuery, String algorithm, float threshold, boolean useCache) throws java.rmi.RemoteException |
Line 38 was replaced by line 38 |
- !! Current Modification APIs |
+ !! Modification APIs (may not be publicly/universally accessible) |