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; }