The Encog Project

org.encog.nlp.lexicon.data
Class WordType

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

public class WordType
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
WordType()
           
 
Method Summary
 java.lang.String getCode()
           
 void setCode(java.lang.String code)
           
 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

WordType

public WordType()
Method Detail

getCode

public java.lang.String getCode()

setCode

public void setCode(java.lang.String code)

validate

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

Specified by:
validate in class DataObject

toString

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

The Encog Project