All Packages Class Hierarchy This Package Previous Next Index
Class jkp.KifObjConst
java.lang.Object
|
+----jkp.KifObj
|
+----jkp.KifTerm
|
+----jkp.KifObjConst
- public class KifObjConst
- extends KifTerm
The class for KIF object constant terms
Copyright (c) 1996, Xiaocheng Luan.
All rights reserved.
- Author:
- Xiaocheng Luan
-
KifObjConst(String)
- Create a instance of KifObjConst from a object cosntant in string
format.
-
objConst()
- Convert the object constant into string format.
KifObjConst
public KifObjConst(String objconst)
- Create a instance of KifObjConst from a object cosntant in string
format.
- Parameters:
- objconst - the object cosntant in string format.
objConst
public String objConst()
- Convert the object constant into string format.
- Returns:
- the object constant string, the name of represented object.
All Packages Class Hierarchy This Package Previous Next Index