Line 5 was replaced by line 5 |
- * CConcept __getConcept__(String sConceptID, int iHierarchyID, boolean bUseCacheFlag) throws CDBException, CConceptException, SQLException |
+ * CConcept __getConcept__(String conceptGuid) throws CTOSException |
Line 9 was replaced by line 9 |
- * float __measureRelationship__(String sConceptID1, String sConceptID2, int[] oHierarchyIDs, String sRelationshipType, int iDistance, boolean bUseCacheFlag) throws SQLException, CDBException, CConceptException, IllegalArgumentException |
+ * CWeightedConcept[] __getBestConcept__(CTaxonName name, CAuthority auth) throws CTOSException |
Line 11 was replaced by line 11 |
- * CNode[] __getTree__(String sConceptID, String sXMLDesc, int iHierarchyID, boolean bUseCacheFlag) throws CDBException, SQLException |
+ * String[] __getAuthoritativeList__(CAuthority auth, String conceptGuid, String targetRankCode) throws CTOSException |
Line 13 was replaced by lines 13-17 |
- !! Current Query APIs using Matching |
+ * CConcept[] __getHigherTaxon__(CTaxonName name, String targetRankCode, CAuthority authority) throws CTOSException |
+ |
+ * CTaxonName __getName__(String nameGuid) throws CTOSException |
+ |
+ !! Current Query APIs using Algorithm Matching |
At line 24 added 2 lines. |
+ |
+ * CAuthority[] __getAuthorities__() throws CTOSException |