At line 0 added 13 lines. |
+ !! Informational APIs (to get parameters for other queries) |
+ * AAlgorithmMeta[] __getAlgorithmMetadata__() throws java.rmi.RemoteException |
+ |
+ * String[] __getAlgorithmNames__() throws java.rmi.RemoteException |
+ |
+ * void __getAlgorithmDetails__(String algorithmName, StringHolder author, StringHolder description) throws java.rmi.RemoteException |
+ |
+ * CAuthority[] __getAuthorities__() throws java.rmi.RemoteException |
+ |
+ * String[] __getAuthorityNames__() throws java.rmi.RemoteException |
+ |
+ * void __getAuthorityDetails__(String authorityName, StringHolder revision, StringHolder description, StringHolder termsOfUse) throws java.rmi.RemoteException |
+ |
Line 4 was replaced by lines 17-19 |
- * CRelationshipInfo __findRelatedConcepts__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache) throws java.rmi.RemoteException |
+ * CTaxonName __getName__(String nameGuid) throws java.rmi.RemoteException |
+ |
+ * CSpecimen __getSpecimen__(String specimenGuid) throws java.rmi.RemoteException |
Line 6 was replaced by lines 21-23 |
- * void __findRelatedConceptGuids__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache, String[] arrGuids, String[] arrRelTypes) throws java.rmi.RemoteException |
+ * String[] getSynonymousNames(String conceptGuid) throws java.rmi.RemoteException |
+ |
+ * CRelationshipInfo __findRelatedConcepts__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache) throws java.rmi.RemoteException |
Line 8 was replaced by line 25 |
- * findRelatedConceptGuids |
+ * void __findRelatedConceptGuids__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache, StringHolder[] arrGuids, StringHolder[] arrRelTypes) throws java.rmi.RemoteException |
Line 10 was replaced by line 27 |
- * CWeightedConcept[] __getBestConcept__(CTaxonName name, CAuthority auth) throws CTOSException |
+ * void __getBestConcept__(String name, String authorityName, StringHolder[] arrGuids, FloatHolder[] arrScores) throws CTOSException |
Lines 16-20 were replaced by line 33 |
- * CTaxonName __getName__(String nameGuid) throws java.rmi.RemoteException |
- |
- * String[] getSynonymousNames(String conceptGuid) throws java.rmi.RemoteException |
- |
- * CSpecimen __getSpecimen__(String specimenGuid) throws java.rmi.RemoteException |
+ * String[] __getHigherTaxonName__(String name, String targetRankCode, String authorityName) throws java.rmi.RemoteException |
Removed lines 30-33 |
- !! Informational APIs (to get parameters for other queries) |
- * AAlgorithmMeta[] __getAlgorithmMetadata__() throws java.rmi.RemoteException |
- |
- * CAuthority[] __getAuthorities__() throws java.rmi.RemoteException |
Removed line 35 |
- * String[] getAuthorityNames() throws java.rmi.RemoteException |