|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 inherited from class 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 |
public AdditionalRelationshipLabel getAdditionalRelationshipLabel()
AdditionalRelationshipLabel
(RELA).
AdditionalRelationshipLabel
public AdditionalRelationshipLabel getRela()
AdditionalRelationshipLabel
(RELA).
This is shorthand for getAdditionalRelationshipLabel()
.
AdditionalRelationshipLabel
public void setAdditionalRelationshipLabel(AdditionalRelationshipLabel rela)
AdditionalRelationshipLabel
(RELA).
rela
- the AdditionalRelationshipLabel
public void setRela(AdditionalRelationshipLabel rela)
AdditionalRelationshipLabel
(RELA).
This is shorthand for
setAdditionalRelationshipLabel(AdditionalRelationshipLabel)
.
rela
- the AdditionalRelationshipLabel
public String getSubsetIdentifier()
public void setSubsetIdentifier(String subset)
subset
- subset identifierpublic String getSubsetId()
getSubsetIdentifier()
.
public void setSubsetId(String subset)
setSubsetIdentifier(String)
.
subset
- subset identifierpublic String getRank()
public void setRank(String rank)
rank
- prioritypublic String getSourceIdentifier()
public void setSourceIdentifier(String sid)
sid
- source asserted unique identifierpublic String getSid()
getSourceIdentifier()
.
public void setSid(String sid)
setSourceIdentifier(String)
.
sid
- source asserted unique identifierpublic String getIdentifier()
public void setIdentifier(String id)
id
- unique identifierpublic String getId()
getIdentifier()
.
public void setId(String id)
setIdentifier(String)
.
id
- unique identifierpublic RelationshipLabel getRelationshipName()
RelationshipLabel
(REL).
RelationshipLabel
public RelationshipLabel getRel()
RelationshipLabel
(REL).
This is shorthand for getRelationshipName()
.
RelationshipLabel
public void setRelationshipName(RelationshipLabel rel)
RelationshipLabel
(REL).
rel
- the RelationshipLabel
public void setRel(RelationshipLabel rel)
RelationshipLabel
(REL).
This is shorthand for setRelationshipName(RelationshipLabel)
.
rel
- the RelationshipLabel
public String getRule()
public void setRule(String rule)
rule
- String
public String getRestriction()
public void setRestriction(String res)
res
- String
public String getRes()
getRestriction()
.
public void setRes(String res)
setRestriction(String)
.
res
- the human readable rule for use of mappingpublic String getType()
public void setType(String type)
type
- String
public MapObject getFrom()
MapObject
.
MapObject
public void setFrom(MapObject from)
MapObject
.
from
- the mapped from MapObject
public MapObject getTo()
MapObject
.
MapObject
public void setTo(MapObject to)
MapObject
.
to
- the mapped to MapObject
public AttributeName getAttributeName()
AttributeName
(MAPATN).
AttributeName
public void setAttributeName(AttributeName atn)
AttributeName
(MAPATN).
atn
- the AttributeName
public String getAttributeValue()
public void setAttributeValue(String atv)
atv
- the attribute valuepublic String 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 |