|
TC Java 2011 Version |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SemanticType | |
|---|---|
| gov.nih.nlm.nls.tc.Sti | This package provides base Java classes of all Sti operations. |
| Uses of SemanticType in gov.nih.nlm.nls.tc.Sti |
|---|
| Methods in gov.nih.nlm.nls.tc.Sti that return SemanticType | |
|---|---|
SemanticType |
SemanticTypes.GetStByAbbr(java.lang.String abbr)
Get ST object by specifying ST abbreviation. |
SemanticType |
SemanticTypes.GetStByIndex(int index)
Get ST object by specifying ST index. |
SemanticType |
SemanticTypes.GetStByName(java.lang.String name)
Get ST object by specifying ST name. |
SemanticType |
SemanticTypes.GetStByTui(java.lang.String tui)
Get ST object by specifying TUI. |
| Methods in gov.nih.nlm.nls.tc.Sti that return types with arguments of type SemanticType | |
|---|---|
java.util.Hashtable<java.lang.String,SemanticType> |
SemanticTypes.GetSemanticTypesByAbbr()
Get the collection object (in hashtable) of all STs with key in abbreviation. |
java.util.Hashtable<java.lang.Integer,SemanticType> |
SemanticTypes.GetSemanticTypesByIndex()
Get the collection object (in hashtable) of all STs with key in index. |
java.util.Hashtable<java.lang.String,SemanticType> |
SemanticTypes.GetSemanticTypesByName()
Get the collection object (in hashtable) of all STs with key in name. |
java.util.Hashtable<java.lang.String,SemanticType> |
SemanticTypes.GetSemanticTypesByTui()
Get the collection object (in hashtable) of all STs with key in TUI. |
|
TC Java 2011 Version |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||