Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.

Text Categorization

Java Codes Standard - Prolog

/*****************************************************************************
* This class is a sample prolog for Lexical Systems Group Java codes.
* It does not do any algorithm.
*
* 

History: *

  • 01/16/2001, clu, Initial creation * * @author NLM Lexicla Systems Group Development Team * * @see File1 * @since Beta Version * * @version Beta * ****************************************************************************/ public class prolog { /** * Public Constructors */ public prolog() { } /** * create a new method * * @param flag true or false * @param size in inch * * @return a integer; * * @exception LsgException If something illegal found * * @see Next * @see java.lang.Character#charValue() * @see String#equals(Object) equals * @see Home page * * @since Beta */ public int GetWhat(boolean flag, int size) { return 1; } /** * @deprecated As of JDK 1.1, replaced by {@link #GetWhat(boolean, int)} */ public void GetWhat() { return; } // Data members /** The X-coordinate of the component */ public int x; /** The Y-coordinate of the component */ public int y; }