|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Mapping
Represents information about a mapping from one kind of UMLS data to another. This could be cross-source mappings like those that appear in SNOMED, or it could be associated expressions.
Following is a UML Class diagram showing the neighborhood around Mapping

All data in a row of the MRMAP file is represented by this
and by MapObject.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface gov.nih.nlm.umls.meta.SourceElement |
|---|
SourceElement.BySourceComparator, SourceElement.BySourceRestrictor |
| Method Summary | |
|---|---|
AdditionalRelationshipLabel |
getAdditionalRelationshipLabel()
Returns the AdditionalRelationshipLabel (RELA). |
AttributeName |
getAttributeName()
Returns the AttributeName (MAPATN). |
String |
getAttributeValue()
Returns the attribute value (MAPATV). |
MapObject |
getFrom()
Returns the mapped from MapObject. |
String |
getId()
Returns the unique identifier (MAPID). |
String |
getIdentifier()
Returns the unique identifier (MAPID). |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
String |
getRank()
Returns the rank (MAPRANK). |
RelationshipLabel |
getRel()
Returns the RelationshipLabel (REL). |
AdditionalRelationshipLabel |
getRela()
Returns the AdditionalRelationshipLabel (RELA). |
RelationshipLabel |
getRelationshipName()
Returns the RelationshipLabel (REL). |
String |
getRes()
Returns the human readable rule for use of mapping (MAPRES). |
String |
getRestriction()
Returns the human readable rule for use of mapping (MAPRES). |
String |
getRule()
Returns the machine processable rule for when to apply mapping (MAPRULE). |
String |
getSid()
Returns the source asserted unique identifier (MAPSID). |
String |
getSourceIdentifier()
Returns the source asserted unique identifier (MAPSID). |
String |
getSubsetId()
Returns the subset identifier (SUBSETUI). |
String |
getSubsetIdentifier()
Returns the subset identifier (SUBSETUI). |
MapObject |
getTo()
Returns the mapped to MapObject. |
String |
getType()
Returns the type of mapping (MAPTYPE). |
void |
setAdditionalRelationshipLabel(AdditionalRelationshipLabel rela)
Sets the AdditionalRelationshipLabel (RELA). |
void |
setAttributeName(AttributeName atn)
Sets the AttributeName (MAPATN). |
void |
setAttributeValue(String atv)
Sets the attribute value (MAPATV). |
void |
setFrom(MapObject from)
Sets the mapped from MapObject. |
void |
setId(String id)
Sets the unique identifier (MAPID). |
void |
setIdentifier(String id)
Sets the unique identifier (MAPID). |
void |
setRank(String rank)
Sets the rank (MAPRANK). |
void |
setRel(RelationshipLabel rel)
Sets the RelationshipLabel (REL). |
void |
setRela(AdditionalRelationshipLabel rela)
Sets the AdditionalRelationshipLabel (RELA). |
void |
setRelationshipName(RelationshipLabel rel)
Sets the RelationshipLabel (REL). |
void |
setRes(String res)
Sets the human readable rule for use of mapping (MAPRES). |
void |
setRestriction(String res)
Sets the human readable rule for use of mapping (MAPRES). |
void |
setRule(String rule)
Sets the machine processable rule for when to apply mapping (MAPRULE). |
void |
setSid(String sid)
Sets the source asserted unique identifier (MAPSID). |
void |
setSourceIdentifier(String sid)
Sets the source asserted unique identifier (MAPSID). |
void |
setSubsetId(String subset)
Sets the subset identifier (SUBSETUI). |
void |
setSubsetIdentifier(String subset)
Sets the subset identifier (SUBSETUI). |
void |
setTo(MapObject to)
Sets the mapped to MapObject. |
void |
setType(String type)
Sets the type of mapping (MAPTYPE). |
| Methods inherited from interface gov.nih.nlm.umls.meta.ConceptElement |
|---|
getConcept, setConcept |
| Methods inherited from interface gov.nih.nlm.umls.meta.ContentViewElement |
|---|
getContentView, getCvf, setContentView, setCvf |
| Methods inherited from interface gov.nih.nlm.umls.meta.SourceElement |
|---|
getSource, setSource |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
AdditionalRelationshipLabel getAdditionalRelationshipLabel()
AdditionalRelationshipLabel (RELA).
AdditionalRelationshipLabelAdditionalRelationshipLabel getRela()
AdditionalRelationshipLabel (RELA).
This is shorthand for getAdditionalRelationshipLabel().
AdditionalRelationshipLabelvoid setAdditionalRelationshipLabel(AdditionalRelationshipLabel rela)
AdditionalRelationshipLabel (RELA).
rela - the AdditionalRelationshipLabelvoid setRela(AdditionalRelationshipLabel rela)
AdditionalRelationshipLabel (RELA).
This is shorthand for
setAdditionalRelationshipLabel(AdditionalRelationshipLabel).
rela - the AdditionalRelationshipLabelString getSubsetIdentifier()
void setSubsetIdentifier(String subset)
subset - subset identifierString getSubsetId()
getSubsetIdentifier().
void setSubsetId(String subset)
setSubsetIdentifier(String).
subset - subset identifierString getRank()
void setRank(String rank)
rank - priorityString getSourceIdentifier()
void setSourceIdentifier(String sid)
sid - source asserted unique identifierString getSid()
getSourceIdentifier().
void setSid(String sid)
setSourceIdentifier(String).
sid - source asserted unique identifierString getIdentifier()
void setIdentifier(String id)
id - unique identifierString getId()
getIdentifier().
void setId(String id)
setIdentifier(String).
id - unique identifierRelationshipLabel getRelationshipName()
RelationshipLabel (REL).
RelationshipLabelRelationshipLabel getRel()
RelationshipLabel (REL).
This is shorthand for getRelationshipName().
RelationshipLabelvoid setRelationshipName(RelationshipLabel rel)
RelationshipLabel (REL).
rel - the RelationshipLabelvoid setRel(RelationshipLabel rel)
RelationshipLabel (REL).
This is shorthand for setRelationshipName(RelationshipLabel).
rel - the RelationshipLabelString getRule()
void setRule(String rule)
rule - StringString getRestriction()
void setRestriction(String res)
res - StringString getRes()
getRestriction().
void setRes(String res)
setRestriction(String).
res - the human readable rule for use of mappingString getType()
void setType(String type)
type - StringMapObject getFrom()
MapObject.
MapObjectvoid setFrom(MapObject from)
MapObject.
from - the mapped from MapObjectMapObject getTo()
MapObject.
MapObjectvoid setTo(MapObject to)
MapObject.
to - the mapped to MapObjectAttributeName getAttributeName()
AttributeName (MAPATN).
AttributeNamevoid setAttributeName(AttributeName atn)
AttributeName (MAPATN).
atn - the AttributeNameString getAttributeValue()
void setAttributeValue(String atv)
atv - the attribute valueString getKeyFields()
String key which can be used
by equals, compareTo, and hashCode methods.
String composed from key Mapping fields
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||