|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CuiList
This class is used during the first phase of MetamorphoSys
subsetting, in which a list of cuis to be kept is built up.
The class is designed to minimize the memory impact of keeping
track of the cuis.
| Method Summary | |
|---|---|
void |
addCui(String cui)
Enables a filter to specify a Cui should be added to the cui list. |
boolean |
addedByUserOnly(String cui)
Indicates that cui was added by the user and not just left through filtering process. |
boolean |
inList(String cui)
Returns true if any part of the Concept being kept. |
boolean |
inList(String cui,
String sui,
String aui)
Returns true if the cui,sui,aui combination is being kept. |
void |
removeCui(String cui)
Enables a filter to specify a Cui that should be removed from the cui list. |
| Methods inherited from interface gov.nih.nlm.util.LocalNullValueSupport |
|---|
getNullValue, isEmptyValue, setNullValue |
| Method Detail |
|---|
boolean inList(String cui)
true if any part of the Concept being kept.
cui - a String cui value
true if any part of the Concept being kept
boolean inList(String cui,
String sui,
String aui)
true if the cui,sui,aui combination is being kept.
cui - a String cui valuesui - a String sui valueaui - a String aui value
true if the cui,sui,aui combination is being keptvoid addCui(String cui)
cui - Stringboolean addedByUserOnly(String cui)
cui - String
booleanvoid removeCui(String cui)
cui - String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||