gov.nih.nlm.umls.meta
Interface RelatedAtomElement

All Known Subinterfaces:
AtomCoocurrence, AtomRelationship, ContextMember, CoocurrenceGroup
All Known Implementing Classes:
AtomCoocurrenceImpl, AtomRelationshipImpl, ContextMemberImpl, CoocurrenceGroupImpl

public interface RelatedAtomElement

Generically represents an object that is related to an Atom.

Author:
Brian Carlsen, Deborah Shapiro

Method Summary
 Atom getRelatedAtom()
          Returns the Atom to which this element is related.
 void setRelatedAtom(Atom related_atom)
          Sets the Atom to which this element is related.
 

Method Detail

getRelatedAtom

public Atom getRelatedAtom()
Returns the Atom to which this element is related.

Returns:
the Atom to which this element is related

setRelatedAtom

public void setRelatedAtom(Atom related_atom)
Sets the Atom to which this element is related.

Parameters:
related_atom - the Atom to which this element is related.


Copyright ©2005