|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MapObject
Represents information about the "to" or "from" end of a mapping.
For example, a SNOMEDCT->ICD9CM mapping might have a MapObject
representing a SNOMEDCT concept identifier and a MapObject
representing a list of ICD9CM codes.
Following is a UML Class diagram showing the neighborhood around MapObject

This is used in conjunction with Mapping to represent all
of the data in a row of the MRMAP file.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface gov.nih.nlm.umls.meta.SourceElement |
|---|
SourceElement.BySourceComparator, SourceElement.BySourceRestrictor |
| Method Summary | |
|---|---|
String |
getExpr()
Returns the expression (FROMEXPR or TOEXPR). |
String |
getExpression()
Returns the expression (FROMEXPR or TOEXPR). |
String |
getId()
Returns the unique identifier (FROMID or TOID). |
String |
getIdentifier()
Returns the unique identifier (FROMID or TOID). |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
String |
getRes()
Returns the restriction (FROMRES or TORES). |
String |
getRestriction()
Returns the restriction (FROMRES or TORES). |
String |
getRule()
Returns the machine processable rule for when mapping is valid (FROMRULE or TORULE). |
String |
getSid()
Returns the source asserted unique identifier (FROMSID or TOSID). |
String |
getSourceIdentifier()
Returns the source asserted unique identifier (FROMSID or TOSID). |
SourceIdentifierType |
getType()
Returns the type SourceIdentifierType (FROMTYPE or TOTYPE). |
void |
setExpr(String expr)
Sets the expression (FROMEXPR or TOEXPR). |
void |
setExpression(String expr)
Sets the expression (FROMEXPR or TOEXPR). |
void |
setId(String id)
Sets the unique identifier (FROMID or TOID). |
void |
setIdentifier(String id)
Sets the unique identifier (FROMID or TOID). |
void |
setRes(String res)
Sets the restriction (FROMRES or TORES). |
void |
setRestriction(String res)
Sets the restriction (FROMRES or TORES). |
void |
setRule(String rule)
Sets the machine processable rule for when mapping is valid (FROMRULE or TORULE). |
void |
setSid(String sid)
Sets the source asserted unique identifier (FROMSID or TOSID). |
void |
setSourceIdentifier(String sid)
Sets the source asserted unique identifier (FROMSID or TOSID). |
void |
setType(SourceIdentifierType type)
Sets the type (FROMTYPE or TOTYPE). |
| Methods inherited from interface gov.nih.nlm.umls.meta.SourceElement |
|---|
getSource, setSource |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String 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 identifierString getExpression()
void setExpression(String expr)
expr - expressionString getExpr()
getExpression().
void setExpr(String expr)
setExpression(String).
expr - expressionSourceIdentifierType getType()
SourceIdentifierType (FROMTYPE or TOTYPE).
void setType(SourceIdentifierType type)
type - SourceIdentifierTypeString getRule()
void setRule(String rule)
rule - the ruleString getRestriction()
void setRestriction(String res)
res - restrictionString getRes()
getRestriction().
void setRes(String res)
setRestriction(String).
res - restrictionString 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 | ||||||||