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
-
_sentence
-
-
_sentSeq
-
-
KifLogSent()
- Create an instance of empty KifLogSent().
-
sentence()
- Get the _sentence field.
-
sentenceSeq()
- Get the _sentSeq field.
_sentence
protected KifSent _sentence
_sentSeq
protected KifSeq _sentSeq
KifLogSent
public KifLogSent()
- Create an instance of empty KifLogSent().
sentence
public KifSent sentence()
- Get the _sentence field. Any use outside of this parser is strongly
discouraged.
- Returns:
- the _sentence field.
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