Difference between
version 10
and
version 9:
Line 7 was replaced by line 7 |
- * CRelatedConcept[] __findRelatedConcepts__(String sConceptID, int[] oHierarchyIDs, String sRelationshipType, int iDistance, boolean bUseCacheFlag) throws SQLException, CDBException, CConceptException, IllegalArgumentException |
+ * CRelationshipInfo __findRelatedConcepts__(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache) throws CTOSException |
Removed lines 16-17 |
- * float __compareConcepts__(String sConceptID1, int iHierarchyID1, String sConceptID2, int iHierarchyID2, String sSimilarityAlgorithm, boolean bUseCacheFlag) throws CConceptException, CDBException, CAlgorithmException, SQLException |
- |
Lines 25-26 were replaced by lines 23-24 |
- !! This one is going away! |
- * float __compareConceptRelationships__(String sConceptID1, int iHierarchyID1, String sConceptID2, int iHierarchyID2, String sRelateAlgorithm, boolean bUseCacheFlag) throws Exception |
+ !! Informational APIs (to get parameters for other queries) |
+ * AAlgorithmMeta[] __getAlgorithmMetadata__() throws CTOSException |
Back to TOSAPI Signatures,
or to the Page History.
|