Class representing a single cardinal number. The number is set by a string representation such as:
first last 1 3
The number is internally converted from 1-based to 0-based (so methods that set or get numbers not in string format should use 0-based numbers).
@author Eibe Frank (eibe@cs.waikato.ac.nz)
@version $Revision: 1.8 $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.