JTP API Documentation

jtp.ui.rs
Class KIFSentenceFormatPlain

java.lang.Object
  |
  +--java.text.Format
        |
        +--jtp.ui.rs.SentenceFormatPlain
              |
              +--jtp.ui.rs.KIFSentenceFormatPlain
All Implemented Interfaces:
Cloneable, Serializable

public class KIFSentenceFormatPlain
extends SentenceFormatPlain

See Also:
Serialized Form

Constructor Summary
KIFSentenceFormatPlain()
           
 
Method Summary
 StringBuffer format(Clause cl, StringBuffer sb, FieldPosition ignored)
           
 StringBuffer format(CNFSentence s, StringBuffer sb, FieldPosition ignored)
           
 StringBuffer format(Literal l, StringBuffer sb, FieldPosition ignored)
           
protected  StringBuffer formatKeyword(String kw, StringBuffer sb)
           
protected  StringBuffer formatSpacedList(Collection l, StringBuffer sb)
           
 
Methods inherited from class jtp.ui.rs.SentenceFormatPlain
format, getKeywordFormat, getSymbolFormat, getVariableFormat, parseObject, setKeywordFormat
 
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator, parseObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KIFSentenceFormatPlain

public KIFSentenceFormatPlain()
Method Detail

format

public StringBuffer format(Literal l,
                           StringBuffer sb,
                           FieldPosition ignored)
Specified by:
format in class SentenceFormatPlain

format

public StringBuffer format(Clause cl,
                           StringBuffer sb,
                           FieldPosition ignored)
Specified by:
format in class SentenceFormatPlain

format

public StringBuffer format(CNFSentence s,
                           StringBuffer sb,
                           FieldPosition ignored)
Specified by:
format in class SentenceFormatPlain

formatKeyword

protected StringBuffer formatKeyword(String kw,
                                     StringBuffer sb)
Specified by:
formatKeyword in class SentenceFormatPlain

formatSpacedList

protected StringBuffer formatSpacedList(Collection l,
                                        StringBuffer sb)

JTP API Documentation