- java.lang.Object
-
- com.pervasive.datarush.analytics.text.TextElement
-
- com.pervasive.datarush.analytics.text.TextContainer
-
- com.pervasive.datarush.analytics.text.TokenizedWord
-
- All Implemented Interfaces:
TextNode
public final class TokenizedWord extends TextContainer
A TextContainer that can store a tokenized word.
-
-
Field Summary
-
Fields inherited from class com.pervasive.datarush.analytics.text.TextContainer
children, nextSibling, parent, prevSibling
-
-
Constructor Summary
Constructors Constructor Description TokenizedWord(String value)
Create a tokenized word container.
-
Method Summary
-
Methods inherited from class com.pervasive.datarush.analytics.text.TextContainer
equals, getChildCount, getChildren, getDecoder, getEncoder, getIterator, getIterator, getNextSibling, getParent, getPostIterator, getPostIterator, getPrevSibling, hashCode, toString
-
Methods inherited from class com.pervasive.datarush.analytics.text.TextElement
getType, getValue
-
-
-
-
Constructor Detail
-
TokenizedWord
public TokenizedWord(String value)
Create a tokenized word container.- Parameters:
value
- the word to store in this container
-
-