All Packages Class Hierarchy This Package Previous Next Index
Class COM.Lexical.Metaphrase.SubmittedTerm
java.lang.Object
|
+----COM.Lexical.Metaphrase.SubmittedTerm
- public class SubmittedTerm
- extends java.lang.Object
Metaphrase SubmittedTerm class.
Information captured when a user submits a suggestion for a new
term.
- Version:
- Authority1.1, 11 Apr 2000
- See Also:
- submitTerm, getSubmittedTerms
attributes()
- Returns the Dictionary of attributes for this term.
code()
- Return the code that was generated for this Submitted
Term.
name()
- Returns the name suggested for this term.
nearestConcept()
- Gets the nearest concept to this submittedTerm or null if
none.
note()
- Returns a free text note associated with this submittedTerm.
relatedConcepts()
- Returns an array of concepts that are related to this
SubmittedTerm.
source()
- Returns the Source that this term should be asssociated with.
toString()
- Return a String which describes all of the information in the
submission.
nearestConcept
public Concept nearestConcept()
Gets the nearest concept to this submittedTerm or null if
none.
name
public java.lang.String name()
Returns the name suggested for this term.
relatedConcepts
public Concept[] relatedConcepts()
Returns an array of concepts that are related to this
SubmittedTerm.
note
public java.lang.String note()
Returns a free text note associated with this submittedTerm.
source
public Source source()
Returns the Source that this term should be asssociated with.
code
public java.lang.String code()
Return the code that was generated for this Submitted
Term. Whether this should be interpreted as a "temporary
conceptID" or as a partition code (for the above source) is
conveyed by Metaphrase.submitReturnsConceptID().
attributes
public java.util.Dictionary attributes()
Returns the Dictionary of attributes for this term. This field is
designed to accommodate any additional information the Thesaurus
maintainers wish to have included with submitted terms as named
attributes.
- See Also:
- submitTerm
toString
public java.lang.String toString()
Return a String which describes all of the information in the
submission.
- Overrides:
- toString in class java.lang.Object
All Packages Class Hierarchy This Package Previous Next Index