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.

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

Author:
Xiaocheng Luan

Variable Index

 o _sentence
 o _sentSeq

Constructor Index

 o KifLogSent()
Create an instance of empty KifLogSent().

Method Index

 o sentence()
Get the _sentence field.
 o sentenceSeq()
Get the _sentSeq field.

Variables

 o _sentence
 protected KifSent _sentence
 o _sentSeq
 protected KifSeq _sentSeq

Constructors

 o KifLogSent
 public KifLogSent()
Create an instance of empty KifLogSent().

Methods

 o sentence
 public KifSent sentence()
Get the _sentence field. Any use outside of this parser is strongly discouraged.

Returns:
the _sentence field.
 o sentenceSeq
 public KifSeq sentenceSeq()
Get the _sentSeq field. Any use outside of this parser is strongly discouraged.

Returns:
the _sentSeq field.

All Packages  Class Hierarchy  This Package  Previous  Next  Index