Inheritance diagram for IWhitespace:
Collaboration diagram for IWhitespace:An IWhitespace is an ISubSequence which represents whitespace in a text.
TODO This interface is incomplete - the set of whitespace types must be defined.
Public Methods | |
| String | getWhitespaceType () |
| String | getLabel () |
| void | setId (long id) |
Public Fields | |
| static String | TAB = "tab" |
| static String | LINEBREAK = "Linebreak" |
Public Static Fields | |
| static String | SPACE = "Space" |
Package Functions | |
| long | getId () |
| long getId | ( | ) | [package, inherited] |
Returns the Id of this DataObject. Might return 0, if the object hasn't been inserted into database yet.
Implemented in LabeledAnnotation, AttributeValueMap, DublinCoreMetaDataImpl, Frequencies, CoincidenceStatsImpl, CorpusStatsImpl, MultipleTokensStats, VoynichTextLabelsImpl, SyntaxNode< T >, TabularSummary, SimpleComparatorScore, and AccessAdapterTestResultList.
| String getLabel | ( | ) | [inherited] |
Returns the label of this token, which can be any kind of string (except null), mainly used for display-reasons only. Note: Components MUST NOT assume that any kind of label (like 'word' or else) is returned by this method.
Implemented in LabeledAnnotation, TerminalNode< T >, TEIDramaSpeaker, TEIDramaSpeechAct, TEIDramaStage, JodaDateTime, JodaInterval, JodaPeriod, and Timex.
| String getWhitespaceType | ( | ) |
| void setId | ( | long | id | ) | [inherited] |
Set the Id of this DataObject.
| id |
Implemented in LabeledAnnotation, AttributeValueMap, DublinCoreMetaDataImpl, Frequencies, CoincidenceStatsImpl, CorpusStatsImpl, MultipleTokensStats, VoynichTextLabelsImpl, SyntaxNode< T >, TabularSummary, SimpleComparatorScore, and AccessAdapterTestResultList.
| String LINEBREAK = "Linebreak" |
String SPACE = "Space" [static] |
| String TAB = "tab" |