gov.nih.nlm.umls.meta
Interface RelatedConceptElement

All Known Subinterfaces:
AtomCoocurrence, AtomRelationship, ContextMember, Coocurrence, CoocurrenceGroup, Relationship
All Known Implementing Classes:
AtomCoocurrenceImpl, AtomRelationshipImpl, ContextMemberImpl, CoocurrenceGroupImpl, CoocurrenceImpl, RelationshipImpl

public interface RelatedConceptElement

Represents information about a related concept Concept.

Author:
Brian Carlsen, Deborah Shapiro

Method Summary
 Concept getRelatedConcept()
          Returns the Concept to which this element is related.
 void setRelatedConcept(Concept related_concept)
          Sets the Concept to which this element is related.
 

Method Detail

getRelatedConcept

public Concept getRelatedConcept()
Returns the Concept to which this element is related.

Returns:
the Concept to which this element is related

setRelatedConcept

public void setRelatedConcept(Concept related_concept)
Sets the Concept to which this element is related.

Parameters:
related_concept - the Concept to which this element is related


Copyright ©2005