|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface STYMetaDescription
Represents metadata about semantic network semantic types.
| Method Summary | |
|---|---|
boolean |
allowsNonHumanFlag()
Indicates whether or not this semantic type or its descendents allow the non human flag. |
String |
getDef()
Returns the definition (DEF). |
String |
getDefinition()
Returns the definition (DEF). |
String |
getEx()
Returns a semi-colon (;) separated list of Metathesaurus strings (EX) which are examples of this semantic type. |
String[] |
getExamples()
Returns a String array of of Metathesaurus strings (EX)
which are examples of this semantic type. |
List |
getExamplesAsList()
Returns a List array of of Metathesaurus strings (EX)
which are examples of this semantic type. |
String |
getExamplesAsString()
Returns a semi-colon (;) separated list of Metathesaurus strings (EX) which are examples of this semantic type. |
String |
getIdentifier()
Returns the unique identifier (UI). |
String |
getName()
Returns the name (STY). |
String |
getNH()
Returns the non human flag value (NH). |
String |
getStn()
Returns the tree number (STN). |
String |
getSty()
Returns the name (STY). |
String |
getTreeNumber()
Returns the tree number (STN). |
String |
getUi()
Returns the unique identifier (UI). |
String |
getUn()
Returns the usage note (UN). |
String |
getUsageNote()
Returns the usage note (UN). |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String getUi()
getIdentifier().
String getIdentifier()
String getSty()
getName().
String getName()
String getStn()
getTreeNumber().
String getTreeNumber()
String getDef()
getDefinition().
String getDefinition()
String getEx()
getExamplesAsString().
String[] getExamples()
String array of of Metathesaurus strings (EX)
which are examples of this semantic type.
String array of Metathesaurus examplesString getExamplesAsString()
getExamplesAsString().
List getExamplesAsList()
List array of of Metathesaurus strings (EX)
which are examples of this semantic type.
List of Metathesaurus examplesString getUn()
getUsageNote().
String getUsageNote()
boolean allowsNonHumanFlag()
true if allowed, false if notString getNH()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||