public class STextualDSImpl extends SSequentialDSImpl<String,Integer> implements STextualDS
delegate, EXPECTED_NUMBER_OF_LABELS| Constructor and Description |
|---|
STextualDSImpl()
Initializes an object of type
SLayerImpl. |
STextualDSImpl(Node delegate)
Initializes an object of type
SLayerImpl. |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEnd()
.
|
SDocumentGraph |
getGraph()
Returns the container graph of this node.
|
Integer |
getStart()
.
|
String |
getText() |
void |
setGraph(Graph graph)
Sets the container graph of this node.
|
void |
setText(String newSText) |
List<SToken> |
tokenize()
Bug fix 69.
|
getData, setDataaddAnnotation, addFeature, addMetaAnnotation, addProcessingAnnotation, createAnnotation, createAnnotations, createFeature, createFeatures, createMetaAnnotation, createMetaAnnotations, createProcessingAnnotation, createProcessingAnnotations, getAnnotation, getAnnotation, getAnnotations, getFeature, getFeature, getFeatures, getInRelations, getLayers, getMetaAnnotation, getMetaAnnotations, getName, getOutRelations, getPath, getProcessingAnnotation, getProcessingAnnotations, iterator_SAnnotation, iterator_SFeature, iterator_SMetaAnnotation, iterator_SProcessingAnnotation, removeLabel, setNameaddLayer, basicSetGraph_WithoutRemoving, basicSetGraph, getDelegate, removeLayergetId, getIdentifier, setId, setIdentifier, toStringaddLabel, basicAddLabel, basicRemoveLabel, containsLabel, getLabel, getLabel, getLabels, getLabelsByNamespace, removeAll, removeLabel, sizeLabelsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetData, setDatagetInRelations, getLayers, getOutRelationsaddLayer, removeLayergetId, getIdentifier, setId, setIdentifieraddLabel, containsLabel, getLabel, getLabel, getLabels, getLabelsByNamespace, removeAll, removeLabel, removeLabel, sizeLabelsaddAnnotation, addFeature, addMetaAnnotation, addProcessingAnnotation, createAnnotation, createAnnotations, createFeature, createFeatures, createMetaAnnotation, createMetaAnnotations, createProcessingAnnotation, createProcessingAnnotations, getAnnotation, getAnnotation, getAnnotations, getFeature, getFeature, getFeatures, getMetaAnnotation, getMetaAnnotations, getProcessingAnnotation, getProcessingAnnotations, iterator_SAnnotation, iterator_SFeature, iterator_SMetaAnnotation, iterator_SProcessingAnnotationgetName, setNamegetPathpublic STextualDSImpl()
SLayerImpl.public STextualDSImpl(Node delegate)
SLayerImpl. If LabelableElementImpl.delegate is
not null, all functions of this method are delegated to the delegate
object. Setting LabelableElementImpl.delegate makes this object to a container.a - delegate object of the same type.public String getText()
getText in interface STextualDSpublic void setText(String newSText)
setText in interface STextualDSpublic SDocumentGraph getGraph()
getGraph in interface SDocumentGraphObjectgetGraph in interface SNodegetGraph in interface NodegetGraph in class SSequentialDSImpl<String,Integer>public void setGraph(Graph graph)
Graph.getNodes()
will return a list containing this node.public Integer getStart()
getStart in interface SSequentialDS<String,Integer>getStart in class SSequentialDSImpl<String,Integer>public Integer getEnd()
getEnd in interface SSequentialDS<String,Integer>getEnd in class SSequentialDSImpl<String,Integer>public List<SToken> tokenize()
STextualDS. Simply duplicates the functionality of
SDocumentGraphImpl.tokenize(), but only with respect to this
object.tokenize in interface STextualDSCopyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.