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
-
_termString
- For indvar, string and objconst, it is the corresponding string.
-
KifTerm(String)
-
-
KifTerm()
-
-
floatValue()
-
-
intValue()
-
-
termString()
-
-
toString()
-
_termString
protected String _termString
- For indvar, string and objconst, it is the corresponding string.
for functerm, it is the funconst.
KifTerm
public KifTerm(String termString)
KifTerm
public KifTerm()
termString
public String termString()
- Returns:
- For indvar, string and objconst, it is the corresponding string.
for functerm, it is the funconst.
intValue
public int intValue()
- Returns:
- the integer value of term KifInt/ KifReal
floatValue
public float floatValue()
- Returns:
- the real value of term KifInt/ KifReal
toString
public String toString()
- Overrides:
- toString in class KifObj
All Packages Class Hierarchy This Package Previous Next Index