gov.nih.nlm.umls.meta
Interface ConceptElement

All Known Subinterfaces:
Atom, AtomAttribute, AtomCoocurrence, AtomRelationship, Attribute, ComponentHistory, Context, ContextGroup, Coocurrence, CoocurrenceGroup, Definition, Locator, Mapping, Relationship, RelationshipAttribute, SemanticType, Term, TermAttribute
All Known Implementing Classes:
AtomAttributeImpl, AtomCoocurrenceImpl, AtomRelationshipImpl, AttributeImpl, ComponentHistoryImpl, ContextGroupImpl, ContextImpl, CoocurrenceGroupImpl, CoocurrenceImpl, DefinitionImpl, LocatorImpl, MappingImpl, PlaceholderAtom, RelationshipAttributeImpl, RelationshipImpl, SemanticTypeImpl, TermAttributeImpl, TermImpl

public interface ConceptElement

Represents information about a data element connected to a Concept.

Author:
Brian Carlsen, Deborah Shapiro

Method Summary
 Concept getConcept()
          Returns the Concept that holds this ConceptElement.
 void setConcept(Concept concept)
          Sets the Concept that holds this ConceptElement.
 

Method Detail

getConcept

public Concept getConcept()
Returns the Concept that holds this ConceptElement.

Returns:
the Concept that holds this ConceptElement

setConcept

public void setConcept(Concept concept)
Sets the Concept that holds this ConceptElement.

Parameters:
concept - the Concept that holds this ConceptElement


Copyright ©2005