The Encog Project

org.encog.nlp.lexicon.data
Class WordTypePossibility

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

public class WordTypePossibility
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
WordTypePossibility()
           
 
Method Summary
 WordType getType()
           
 Word getWord()
           
 void setType(WordType type)
           
 void setWord(Word word)
           
 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

WordTypePossibility

public WordTypePossibility()
Method Detail

validate

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

Specified by:
validate in class DataObject

getWord

public Word getWord()

setWord

public void setWord(Word word)

getType

public WordType getType()

setType

public void setType(WordType type)

toString

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

The Encog Project