gov.nih.nlm.umls.meta
Interface TermElement

All Known Subinterfaces:
StringInfo, TermAttribute
All Known Implementing Classes:
StringInfoImpl, TermAttributeImpl

public interface TermElement

Represents information about a data element connected to an Term.

Author:
Brian Carlsen, Deborah Shapiro

Method Summary
 Term getTerm()
          Returns the Term to which this element is connected.
 void setTerm(Term term)
          Sets the Term to which this element is connected.
 

Method Detail

getTerm

public Term getTerm()
Returns the Term to which this element is connected.

Returns:
the Term to which this element is connected

setTerm

public void setTerm(Term term)
Sets the Term to which this element is connected.

Parameters:
term - the Term to which this element is connected.


Copyright ©2005