The Encog Project

org.encog.nlp.lexicon.data
Class Fix

java.lang.Object
  extended by org.encog.util.orm.DataObject
      extended by org.encog.nlp.lexicon.data.Fix
All Implemented Interfaces:
java.io.Serializable

public class Fix
extends DataObject

Note: This class is part of the Encog Natural Language Processing(NLP) package. This package is still under heavy construction, and will not be considered stable until Encog 3.0.

Author:
jheaton
See Also:
Serialized Form

Constructor Summary
Fix()
           
 
Method Summary
 java.lang.String getText()
           
 WordType getWordType()
           
 boolean isPost()
           
 boolean isPre()
           
 int length()
           
 void setPre(boolean pre)
           
 void setText(java.lang.String value)
           
 void setWordType(WordType wordType)
           
 java.lang.String toString()
           
 void validate()
          Validate this object.
 
Methods inherited from class org.encog.util.orm.DataObject
copy, equals, getBooleanValue, getCreated, getId, getLastUpdate, getVersion, setCreated, setLastUpdate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Fix

public Fix()
Method Detail

validate

public void validate()
Description copied from class: DataObject
Validate this object.

Specified by:
validate in class DataObject

getText

public java.lang.String getText()

setText

public void setText(java.lang.String value)

isPre

public boolean isPre()

setPre

public void setPre(boolean pre)

length

public int length()

isPost

public boolean isPost()

getWordType

public WordType getWordType()

setWordType

public void setWordType(WordType wordType)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

The Encog Project