Class jkp.KifLogSent
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jkp.KifLogSent

java.lang.Object
   |
   +----jkp.KifObj
           |
           +----jkp.KifForm
                   |
                   +----jkp.KifSent
                           |
                           +----jkp.KifLogSent

public class KifLogSent
extends KifSent
The base base class for KIF logical sentences.
Author:
Xiaocheng LUAN

Variable Index

 o _sentSeq
 o _sentence

Constructor Index

 o KifLogSent()

Method Index

 o sentence()
 o sentenceSeq()

Variables

 o _sentence
  protected KifSent _sentence
 o _sentSeq
  protected KifSeq _sentSeq

Constructors

 o KifLogSent
  public KifLogSent()

Methods

 o sentence
  public KifSent sentence()
 o sentenceSeq
  public KifSeq sentenceSeq()

All Packages  Class Hierarchy  This Package  Previous  Next  Index