|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nlm.mms.browser.ConceptList
Data repository for information on viewed concepts.
Constructor Summary | |
ConceptList()
Constructor. |
Method Summary | |
Stack |
getBackwardStack()
Returns a Stack of Concept s populated
only with cuis. |
Concept |
getCurrentConcept()
Returns the currently displayed Concept . |
Stack |
getForwardStack()
Returns a Stack of Concept s populated
only with cuis. |
void |
setCurrentConcept(Concept concept)
Sets the current Concept . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConceptList()
Method Detail |
public Stack getBackwardStack()
Stack
of Concept
s populated
only with cuis.
public Stack getForwardStack()
Stack
of Concept
s populated
only with cuis.
public Concept getCurrentConcept()
Concept
.
public void setCurrentConcept(Concept concept)
Concept
.
concept
- current concept
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |