This is version 14.
It is not the current version, and thus it cannot be edited.
[Back to current version]
[Restore this version]
- 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
- CConcept getConcept(String conceptGuid) throws java.rmi.RemoteException
- CTaxonName getName(String nameGuid) throws java.rmi.RemoteException
- CSpecimen getSpecimen(String specimenGuid) 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
- void findRelatedConceptGuids(String conceptGuid, String relationshipType, boolean includeAssertions, boolean useCache, StringHolder arrGuids, StringHolder arrRelTypes) throws java.rmi.RemoteException
- void getBestConcept(String name, String authorityName, StringHolder arrGuids, FloatHolder arrScores) throws CTOSException
- String getAuthoritativeList(CAuthority auth, String conceptGuid, String targetRankCode) throws java.rmi.RemoteException
- CConcept getHigherTaxon(CTaxonName name, String targetRankCode, CAuthority authority) throws java.rmi.RemoteException
- String getHigherTaxonName(String name, String targetRankCode, String authorityName) throws java.rmi.RemoteException
- CWeightedConcept findConcepts(CConcept taxonQuery, String algorithm, float threshold, boolean useCache) throws java.rmi.RemoteException
- String addConcept(CConcept concept) throws java.rmi.RemoteException
- String addRelationship(String fromGuid, String toGuid, String relationshipType, CAccordingTo accTo) throws java.rmi.RemoteException
|