|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CoocurrenceGroup
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/interfaces inherited from interface 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 |
|---|
CoocurrenceContext[] getCoocurrenceContexts()
CoocurrenceContexts.
CoocurrenceContextsList getCoocurrenceContextsAsList()
CoocurrenceContexts as a List.
CoocurrenceContexts as a Listvoid setCoocurrenceContexts(String coc_contexts)
coc_contexts - the coocuurence attribute valuevoid setCoocurrenceContexts(CoocurrenceContext[] coc_contexts)
CoocurrenceContexts with those in the
specified array.
coc_contexts - an array of CoocurrenceContextsvoid setCoocurrenceContexts(List coc_contexts)
CoocurrenceContexts with those in the
specified List
coc_contexts - a List of CoocurrenceContextsvoid addCoocurrenceContext(CoocurrenceContext coc_context)
CoocurrenceContext.
coc_context - the CoocurrenceContext to be addedvoid removeCoocurrenceContext(CoocurrenceContext coc_context)
CoocurrenceContext.
coc_context - the CoocurrenceContext to be removedvoid clearCoocurrenceContexts()
CoocurrenceContexts.
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 | ||||||||