All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jkp.KifOperator

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

public class KifOperator
extends KifObj
The class for KIF operator.

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

Author:
Xiaocheng Luan

Variable Index

 o _kifOpString
 o _opString

Constructor Index

 o KifOperator(int)
Create an instance of KifOperator with given operator type(id).

Method Index

 o opToString(int)
Given operator type ID, return the operator in String format
 o toString()
Convert this KIF operator into String format.

Variables

 o _opString
 private String _opString
 o _kifOpString
 private static KifOpString _kifOpString[]

Constructors

 o KifOperator
 public KifOperator(int opID)
Create an instance of KifOperator with given operator type(id).

Parameters:
opID - the type ID of the KIF operator.

Methods

 o toString
 public String toString()
Convert this KIF operator into String format.

Returns:
this KIF operator in String format.
Overrides:
toString in class KifObj
 o opToString
 public static String opToString(int opID) throws KifRTException
Given operator type ID, return the operator in String format

Parameters:
opID - type ID of the KIF operator.
Returns:
the operator in String format.

All Packages  Class Hierarchy  This Package  Previous  Next  Index