All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jkp.KifReal

java.lang.Object
   |
   +----jkp.KifObj
           |
           +----jkp.KifTerm
                   |
                   +----jkp.KifReal

public class KifReal
extends KifTerm
The class for KIF term of real(float) number.

Copyright (c) 1996, Xiaocheng Luan. All rights reserved.

Author:
Xiaocheng Luan

Constructor Index

 o KifReal(float)
Create an instance of KifReal(real number) from a float number.
 o KifReal(String)
Create an instance of KifReal(real number) from a float number in String format.

Constructors

 o KifReal
 public KifReal(String floatString)
Create an instance of KifReal(real number) from a float number in String format.

Parameters:
floatString - the float number in string format.
 o KifReal
 public KifReal(float floatValue)
Create an instance of KifReal(real number) from a float number.

Parameters:
floatValue - the float number.

All Packages  Class Hierarchy  This Package  Previous  Next  Index