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
-
_kifOpString
-
-
_opString
-
-
KifOperator(int)
- Create an instance of KifOperator with given operator type(id).
-
opToString(int)
- Given operator type ID, return the operator in String format
-
toString()
- Convert this KIF operator into String format.
_opString
private String _opString
_kifOpString
private static KifOpString _kifOpString[]
KifOperator
public KifOperator(int opID)
- Create an instance of KifOperator with given operator type(id).
- Parameters:
- opID - the type ID of the KIF operator.
toString
public String toString()
- Convert this KIF operator into String format.
- Returns:
- this KIF operator in String format.
- Overrides:
- toString in class KifObj
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