|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Coocurrence
Represents a co-ocurring of two names (Atoms) or meanings
(Concepts) 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/interfaces inherited from interface 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 |
|---|
CoocurrenceType getCoocurrenceType()
CoocurrenceType (COT).
CoocurrenceTypeCoocurrenceType getCot()
CoocurrenceType (COT).
This is shorthand for getCoocurrenceType().
CoocurrenceTypevoid setCoocurrenceType(CoocurrenceType cot)
CoocurrenceType (COT).
cot - the CoocurrenceTypevoid setCot(CoocurrenceType cot)
CoocurrenceType (COT).
This is shorthand for setCoocurrenceType(CoocurrenceType).
cot - the CoocurrenceTypeint getCoocurrenceFrequency()
int getCof()
getCoocurrenceFrequency().
void setCoocurrenceFrequency(int cof)
cof - the coocurrence frequencyvoid setCof(int cof)
setCoocurrenceFrequency(int).
cof - the coocurrence frequencyString getCoa()
getCoocurrenceAttribute().
String getCoocurrenceAttribute()
void setCoocurrenceAttribute(String coa)
coa - the coocuurence attribute valuevoid setCoa(String coa)
setCoocurrenceAttribute(String).
coa - the coocuurence attribute valueQualifierFrequency[] getQualifiers()
QualifierFrequency list.
QualifierFrequencysList getQualifierAsList()
QualifierFrequency values as a List.
QualifierFrequency values as a Listvoid setQualifiers(QualifierFrequency[] coa)
QualifierFrequency values with those in the
specified array.
coa - an array of QualifierFrequency valuesvoid setQualifiers(List coa)
QualifierFrequency values with those in the
specified List
coa - a List of QualifierFrequency valuesString 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 | ||||||||