|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
void |
removeCui(String cui)
Enables a filter to specify a Cui that should be removed from the cui list. |
Method Detail |
public 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 keptpublic void addCui(String cui)
cui
- String
public boolean addedByUserOnly(String cui)
cui
- String
boolean
public void removeCui(String cui)
cui
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |