|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a group of co-ocurring Concepts or Atoms.
Following is a UML Class diagram showing the neighborhood around CoocurrenceGroup

| Nested Class Summary |
| Nested classes inherited from class gov.nih.nlm.umls.meta.AtomElement |
AtomElement.ByLanguageRestrictor, AtomElement.BySourceRestrictor |
| Method Summary | |
void |
addCoocurrenceContext(CoocurrenceContext coc_context)
Adds the specified CoocurrenceContext. |
void |
clearCoocurrenceContexts()
Removes all CoocurrenceContexts. |
CoocurrenceContext[] |
getCoocurrenceContexts()
Returns the CoocurrenceContexts. |
List |
getCoocurrenceContextsAsList()
Returns the CoocurrenceContexts as a List. |
String |
getKeyFields()
Returns a String key which can be used
by equals, compareTo, and hashCode methods. |
void |
removeCoocurrenceContext(CoocurrenceContext coc_context)
Removes the specified CoocurrenceContext. |
void |
setCoocurrenceContexts(CoocurrenceContext[] coc_contexts)
Replaces the CoocurrenceContexts with those in the
specified array. |
void |
setCoocurrenceContexts(List coc_contexts)
Replaces the CoocurrenceContexts with those in the
specified List |
void |
setCoocurrenceContexts(String coc_contexts)
Sets the coocurrence attribute value. |
| Methods inherited from interface gov.nih.nlm.umls.meta.AtomElement |
getAtom, setAtom |
| 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.RelatedAtomElement |
getRelatedAtom, setRelatedAtom |
| Methods inherited from interface gov.nih.nlm.umls.meta.RelatedConceptElement |
getRelatedConcept, setRelatedConcept |
| Method Detail |
public CoocurrenceContext[] getCoocurrenceContexts()
CoocurrenceContexts.
CoocurrenceContextspublic List getCoocurrenceContextsAsList()
CoocurrenceContexts as a List.
CoocurrenceContexts as a Listpublic void setCoocurrenceContexts(String coc_contexts)
coc_contexts - the coocuurence attribute valuepublic void setCoocurrenceContexts(CoocurrenceContext[] coc_contexts)
CoocurrenceContexts with those in the
specified array.
coc_contexts - an array of CoocurrenceContextspublic void setCoocurrenceContexts(List coc_contexts)
CoocurrenceContexts with those in the
specified List
coc_contexts - a List of CoocurrenceContextspublic void addCoocurrenceContext(CoocurrenceContext coc_context)
CoocurrenceContext.
coc_context - the CoocurrenceContext to be addedpublic void removeCoocurrenceContext(CoocurrenceContext coc_context)
CoocurrenceContext.
coc_context - the CoocurrenceContext to be removedpublic void clearCoocurrenceContexts()
CoocurrenceContexts.
public String getKeyFields()
String key which can be used
by equals, compareTo, and hashCode methods.
String composed from key CoocurrenceGroup fields
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||