gov.nih.nlm.mms.browser
Class LinkGenerator

java.lang.Object
  extended by gov.nih.nlm.mms.browser.LinkGenerator

public class LinkGenerator
extends Object

Generates link syntax to link to another concept.


Field Summary
static String AUI_TYPE
          Defined type for use with Auis.
static String CUI_TYPE
          Defined type for use with Cuis.
 
Constructor Summary
LinkGenerator()
          Constructor.
 
Method Summary
 String getLinkForUI(String type, String ui)
          Returns text for a hyperlink for the given ui and type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUI_TYPE

public static final String CUI_TYPE
Defined type for use with Cuis.

See Also:
Constant Field Values

AUI_TYPE

public static final String AUI_TYPE
Defined type for use with Auis.

See Also:
Constant Field Values
Constructor Detail

LinkGenerator

public LinkGenerator()
Constructor.

Method Detail

getLinkForUI

public String getLinkForUI(String type,
                           String ui)
Returns text for a hyperlink for the given ui and type.

Parameters:
type - type of ui
ui - unique identifier of type
Returns:
text for hyperlink


Copyright ©2005