gov.nih.nlm.mms.browser
Class ConceptList

java.lang.Object
  extended bygov.nih.nlm.mms.browser.ConceptList

public class ConceptList
extends Object

Data repository for information on viewed concepts.

Author:
Deborah Shapiro (dshapiro@apelon.com)

Constructor Summary
ConceptList()
          Constructor.
 
Method Summary
 Stack getBackwardStack()
          Returns a Stack of Concepts populated only with cuis.
 Concept getCurrentConcept()
          Returns the currently displayed Concept.
 Stack getForwardStack()
          Returns a Stack of Concepts 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

ConceptList

public ConceptList()
Constructor.

Method Detail

getBackwardStack

public Stack getBackwardStack()
Returns a Stack of Concepts populated only with cuis.

Returns:
backward stack

getForwardStack

public Stack getForwardStack()
Returns a Stack of Concepts populated only with cuis.

Returns:
forward stack

getCurrentConcept

public Concept getCurrentConcept()
Returns the currently displayed Concept.

Returns:
concept

setCurrentConcept

public void setCurrentConcept(Concept concept)
Sets the current Concept.

Parameters:
concept - current concept


Copyright ©2005