- 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.TextContainerchildren, nextSibling, parent, prevSibling
 
- 
 - 
Constructor SummaryConstructors Constructor Description TokenizedWord(String value)Create a tokenized word container.
 - 
Method Summary- 
Methods inherited from class com.pervasive.datarush.analytics.text.TextContainerequals, getChildCount, getChildren, getDecoder, getEncoder, getIterator, getIterator, getNextSibling, getParent, getPostIterator, getPostIterator, getPrevSibling, hashCode, toString
 - 
Methods inherited from class com.pervasive.datarush.analytics.text.TextElementgetType, getValue
 
- 
 
- 
- 
- 
Constructor Detail- 
TokenizedWordpublic TokenizedWord(String value) Create a tokenized word container.- Parameters:
- value- the word to store in this container
 
 
- 
 
-