|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a co-ocurring of two names (Atom
s) or meanings
(Concept
s) in a source of biomedical literature.
Following is a UML Class diagram showing the neighborhood around Coocurrence
All data in a row of the MRCOC
file is represented here.
Nested Class Summary |
Nested classes inherited from class gov.nih.nlm.umls.meta.SourceElement |
SourceElement.BySourceComparator, SourceElement.BySourceRestrictor |
Method Summary | |
String |
getCoa()
Returns the coocurrence attribute value (COA). |
int |
getCof()
Returns the coocurrence frequency (COF). |
String |
getCoocurrenceAttribute()
Returns the coocurrence attribute value (COA). |
int |
getCoocurrenceFrequency()
Returns the coocurrence frequency (COF). |
CoocurrenceType |
getCoocurrenceType()
Returns the CoocurrenceType (COT). |
CoocurrenceType |
getCot()
Returns the CoocurrenceType (COT). |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
List |
getQualifierAsList()
Returns the QualifierFrequency values as a List . |
QualifierFrequency[] |
getQualifiers()
Returns the QualifierFrequency list. |
void |
setCoa(String coa)
Sets the coocurrence attribute value (COA). |
void |
setCof(int cof)
Sets the coocurrence frequency (COF). |
void |
setCoocurrenceAttribute(String coa)
Sets the coocurrence attribute value (COA). |
void |
setCoocurrenceFrequency(int cof)
Sets the coocurrence frequency (COF). |
void |
setCoocurrenceType(CoocurrenceType cot)
Sets the CoocurrenceType (COT). |
void |
setCot(CoocurrenceType cot)
Sets the CoocurrenceType (COT). |
void |
setQualifiers(List coa)
Replaces the QualifierFrequency values with those in the
specified List |
void |
setQualifiers(QualifierFrequency[] coa)
Replaces the QualifierFrequency values with those in the
specified array. |
Methods inherited from interface java.lang.Comparable |
compareTo |
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.RelatedConceptElement |
getRelatedConcept, setRelatedConcept |
Methods inherited from interface gov.nih.nlm.umls.meta.SourceElement |
getSource, setSource |
Method Detail |
public CoocurrenceType getCoocurrenceType()
CoocurrenceType
(COT).
CoocurrenceType
public CoocurrenceType getCot()
CoocurrenceType
(COT).
This is shorthand for getCoocurrenceType()
.
CoocurrenceType
public void setCoocurrenceType(CoocurrenceType cot)
CoocurrenceType
(COT).
cot
- the CoocurrenceType
public void setCot(CoocurrenceType cot)
CoocurrenceType
(COT).
This is shorthand for setCoocurrenceType(CoocurrenceType)
.
cot
- the CoocurrenceType
public int getCoocurrenceFrequency()
public int getCof()
getCoocurrenceFrequency()
.
public void setCoocurrenceFrequency(int cof)
cof
- the coocurrence frequencypublic void setCof(int cof)
setCoocurrenceFrequency(int)
.
cof
- the coocurrence frequencypublic String getCoa()
getCoocurrenceAttribute()
.
public String getCoocurrenceAttribute()
public void setCoocurrenceAttribute(String coa)
coa
- the coocuurence attribute valuepublic void setCoa(String coa)
setCoocurrenceAttribute(String)
.
coa
- the coocuurence attribute valuepublic QualifierFrequency[] getQualifiers()
QualifierFrequency
list.
QualifierFrequency
spublic List getQualifierAsList()
QualifierFrequency
values as a List
.
QualifierFrequency
values as a List
public void setQualifiers(QualifierFrequency[] coa)
QualifierFrequency
values with those in the
specified array.
coa
- an array of QualifierFrequency
valuespublic void setQualifiers(List coa)
QualifierFrequency
values with those in the
specified List
coa
- a List
of QualifierFrequency
valuespublic String getKeyFields()
String
key which can be used
by equals, compareTo, and hashCode methods.
String
composed from key Coocurrence
fields
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |