All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jkp.KifIndvar

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

public class KifIndvar
extends KifTerm
The class for KIF individual variable terms

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

Author:
Xiaocheng Luan

Constructor Index

 o KifIndvar(String)
Create an individual variable from object its string format.

Method Index

 o varName()
Get the variable name(in the form of: ?name).

Constructors

 o KifIndvar
 public KifIndvar(String varName)
Create an individual variable from object its string format.

Parameters:
varName - the name of the variable in string

Methods

 o varName
 public String varName()
Get the variable name(in the form of: ?name).

Returns:
the variable name in string(of the form: ?name)

All Packages  Class Hierarchy  This Package  Previous  Next  Index