|
Difference between
version 9
and
version 8:
| Line 14 was replaced by line 14 |
| - * CWeightedConcept[] __findConcepts__(CTaxonomicQuery oTaxonQuery, int[] oHierarchyIDs, String sSimilarityAlgorithm, float fSimilarityThreshold, boolean bUseCacheFlag) throws CAlgorithmException, CDBException, CConceptException, SQLException, FileNotFoundException, IOException |
| + * CWeightedConcept[] __findConcepts__(CConcept taxonQuery, String algorithm, float threshold, boolean useCache) throws CTOSException |
| Line 19 was replaced by line 19 |
| - * String __addConcept__(CTaxonomicQuery oConcept) throws CDBException, SQLException, CConceptException |
| + * String __addConcept__(CConcept concept) throws CTOSException |
| Line 21 was replaced by line 21 |
| - * String __addRelationship__(String sConceptID1, String sConceptID2, int iHierarchyID, String sRelationshipType) throws CDBException, SQLException |
| + * String __addRelationship__(String fromGuid, String toGuid, String relationshipType, CAccordingTo accTo) throws CTOSException |
| Line 23 was replaced by line 23 |
| - * CConceptIDPair[] __enterProviderData__(String sTESPath, int iHierarchyID) throws CDBException, SQLException, CParserException |
| + * CConceptIDPair[] __enterProviderData__(String sTESPath, int iHierarchyID) throws CTOSException, SQLException, CParserException |
Back to TOSAPI Signatures,
or to the Page History.
|