gov.nih.nlm.umls.meta
Interface SourceElement

All Known Subinterfaces:
Atom, AtomAttribute, AtomCoocurrence, AtomRelationship, Attribute, AttributeContext, ComponentHistory, Context, Coocurrence, CoocurrenceContext, Definition, Locator, MapObject, Mapping, Relationship, RelationshipAttribute, StringContext
All Known Implementing Classes:
AtomAttributeImpl, AtomCoocurrenceImpl, AtomRelationshipImpl, AttributeContextImpl, AttributeImpl, ComponentHistoryImpl, ContextImpl, CoocurrenceContextImpl, CoocurrenceImpl, DefinitionImpl, LocatorImpl, MapObjectImpl, MappingImpl, PlaceholderAtom, RelationshipAttributeImpl, RelationshipImpl, StringContextImpl

public interface SourceElement

Represents information about a data element asserted by a Source.

Author:
Brian Carlsen, Deborah Shapiro

Nested Class Summary
static class SourceElement.BySourceComparator
          Sorts the sources.
static class SourceElement.BySourceRestrictor
           
 
Method Summary
 Source getSource()
          Returns the source for this SourceElement.
 void setSource(Source source)
          Sets the source for this SourceElement.
 

Method Detail

getSource

public Source getSource()
Returns the source for this SourceElement.

Returns:
the Source

setSource

public void setSource(Source source)
Sets the source for this SourceElement.

Parameters:
source - Source


Copyright ©2005