| Lines 1-2 were replaced by lines 1-43 |
| - float __compareConceptRelationships__(String sConceptID1, int iHierarchyID1, String sConceptID2, int iHierarchyID2, String sRelateAlgorithm, |
| - boolean bUseCacheFlag) throws Exception |
| + !! Informational APIs (to get parameters for other queries) |
| + * AAlgorithmMetaArray __getAlgorithmMetadata__() throws java.rmi.RemoteException |
| + |
| + * StringArray __getAlgorithmNames__() throws java.rmi.RemoteException |
| + |
| + * void __getAlgorithmDetails__(String algorithmName, StringHolder author, StringHolder description) throws java.rmi.RemoteException |
| + |
| + * CAuthorityArray __getAuthorities__() throws java.rmi.RemoteException |
| + |
| + * StringArray __getAuthorityNames__() throws java.rmi.RemoteException |
| + |
| + * void __getAuthorityDetails__(String authorityName, StringHolder revision, StringHolder description, StringHolder termsOfUse) throws java.rmi.RemoteException |
| + |
| + !! Query APIs using simple lookup |
| + * CConcept __getConcept__(String conceptGuid) throws java.rmi.RemoteException |
| + |
| + * CTaxonName __getName__(String nameGuid) throws java.rmi.RemoteException |
| + |
| + * CSpecimen __getSpecimen__(String specimenGuid) throws java.rmi.RemoteException |
| + |
| + * StringArray __getSynonymousNames__(String conceptGuid) throws java.rmi.RemoteException |
| + |
| + * CRelationshipInfo __findRelatedConcepts__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache) throws java.rmi.RemoteException |
| + |
| + * void __findRelatedConceptGuids__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache, StringHolderArray arrGuids, StringHolderArray arrRelTypes) throws java.rmi.RemoteException |
| + |
| + * void __getBestConcept__(String name, String authorityName, StringHolderArray arrGuids, FloatHolderArray arrScores) throws CTOSException |
| + |
| + * StringArray __getAuthoritativeList__(CAuthority auth, String conceptGuid, String targetRankCode) throws java.rmi.RemoteException |
| + |
| + * CConceptArray __getHigherTaxon__(CTaxonName name, String targetRankCode, CAuthority authority) throws java.rmi.RemoteException |
| + |
| + * StringArray __getHigherTaxonName__(String name, String targetRankCode, String authorityName) throws java.rmi.RemoteException |
| + |
| + !! Query APIs using Algorithm Matching |
| + * CWeightedConceptArray __findConcepts__(CConcept taxonQuery, String algorithm, float threshold, boolean useCache) throws java.rmi.RemoteException |
| + |
| + !! Modification APIs (may not be publicly/universally accessible) |
| + * String __addConcept__(CConcept concept) throws java.rmi.RemoteException |
| + |
| + * String __addRelationship__(String fromGuid, String toGuid, String relationshipType, CAccordingTo accTo) throws java.rmi.RemoteException |
| + |
| + |