All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.signiform.tt.TTLexEntry

java.lang.Object
   |
   +----com.signiform.tt.TTLexEntry

public class TTLexEntry
extends Object
A ThoughtTreasure lexical entry (word or phrase).


Variable Index

 o citationForm
The citation form of the lexical entry, such as the infinitive form of a verb or the singular form of a noun.
 o features
A String containing single-character ThoughtTreasure feature codes (such as part of speech and language) for the lexical entry.
 o inflection
A particular inflection of the lexical entry, such as the third-person singular form of a verb.
 o inflFeatures
A String containing single-character ThoughtTreasure feature codes (such as F_SINGULAR or F_PLURAL) for the particular inflection of the lexical entry.

Constructor Index

 o TTLexEntry()

Method Index

 o toString()

Variables

 o citationForm
 public String citationForm
The citation form of the lexical entry, such as the infinitive form of a verb or the singular form of a noun.

 o features
 public String features
A String containing single-character ThoughtTreasure feature codes (such as part of speech and language) for the lexical entry. The feature codes are defined in the TT class.

See Also:
TT
 o inflection
 public String inflection
A particular inflection of the lexical entry, such as the third-person singular form of a verb.

 o inflFeatures
 public String inflFeatures
A String containing single-character ThoughtTreasure feature codes (such as F_SINGULAR or F_PLURAL) for the particular inflection of the lexical entry. The feature codes are defined in the TT class.

See Also:
TT

Constructors

 o TTLexEntry
 public TTLexEntry()

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index