org.encog.nlp.lexicon.data
Class Alias
java.lang.Object
org.encog.util.orm.DataObject
org.encog.nlp.lexicon.data.Alias
- All Implemented Interfaces:
- java.io.Serializable
public class Alias
- 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 |
Alias()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Alias
public Alias()
getAlias
public java.lang.String getAlias()
setAlias
public void setAlias(java.lang.String alias)
getWord
public Word getWord()
setWord
public void setWord(Word word)
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