Class jkp.KifTerm
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jkp.KifTerm

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

public class KifTerm
extends KifObj
The abstract base class for KIF terms
Author:
Xiaocheng LUAN

Variable Index

 o _termString
For indvar, string and objconst, it is the corresponding string.

Constructor Index

 o KifTerm(String)
 o KifTerm()

Method Index

 o floatValue()
 o intValue()
 o termString()
 o toString()

Variables

 o _termString
  protected String _termString
For indvar, string and objconst, it is the corresponding string. for functerm, it is the funconst.

Constructors

 o KifTerm
  public KifTerm(String termString)
 o KifTerm
  public KifTerm()

Methods

 o termString
  public String termString()
Returns:
For indvar, string and objconst, it is the corresponding string. for functerm, it is the funconst.
 o intValue
  public int intValue()
Returns:
the integer value of term KifInt/ KifReal
 o floatValue
  public float floatValue()
Returns:
the real value of term KifInt/ KifReal
 o toString
  public String toString()
Overrides:
toString in class KifObj

All Packages  Class Hierarchy  This Package  Previous  Next  Index