Class jkp.KifObjConst
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
Author:
Xiaocheng LUAN

Constructor Index

 o KifObjConst(String)

Method Index

 o objConst()

Constructors

 o KifObjConst
  public KifObjConst(String objconst)

Methods

 o objConst
  public String objConst()
Returns:
the object constant string, the name of represented object.

All Packages  Class Hierarchy  This Package  Previous  Next  Index