| Package | Description |
|---|---|
| org.corpus_tools.salt | |
| org.corpus_tools.salt.common | |
| org.corpus_tools.salt.common.impl | |
| org.corpus_tools.salt.impl | |
| org.corpus_tools.salt.util.internal |
| Modifier and Type | Method and Description |
|---|---|
static SSpan |
SaltFactory.createSSpan()
Creates a new
SSpan object. |
SSpan |
ISaltFactory.createSSpan()
Creates a new
SSpan object. |
| Modifier and Type | Method and Description |
|---|---|
SSpan |
SDocumentGraph.createSpan(List<SToken> sourceTokens)
Creates a
SSpan object, adds it to the graph and returns the new
object. |
SSpan |
SDocumentGraph.createSpan(SToken... sourceToken)
Creates a new
SSpan object, adds it to the graph and returns the
new object. |
| Modifier and Type | Method and Description |
|---|---|
List<SSpan> |
SDocumentGraph.getSpans() |
List<SSpan> |
SDocumentGraph.getSpansBySequence(DataSourceSequence sequence)
Returns all
SSpan objects which refer to the passed
DataSourceSequence object. |
| Modifier and Type | Class and Description |
|---|---|
class |
SSpanImpl |
| Modifier and Type | Method and Description |
|---|---|
SSpan |
SDocumentGraphImpl.createSpan(List<SToken> tokens)
Creates a
SSpan object, adds it to the graph and returns the new
object. |
SSpan |
SDocumentGraphImpl.createSpan(SToken... tokens)
Creates a new
SSpan object, adds it to the graph and returns the
new object. |
| Modifier and Type | Method and Description |
|---|---|
List<SSpan> |
SDocumentGraphImpl.getSpans() |
List<SSpan> |
SDocumentGraphImpl.getSpansBySequence(DataSourceSequence sequence)
Returns all
SSpan objects which refer to the passed
DataSourceSequence object. |
| Modifier and Type | Method and Description |
|---|---|
SSpan |
SaltFactoryImpl.createSSpan()
Creates a new
SSpan object. |
| Modifier and Type | Method and Description |
|---|---|
static List<SSpan> |
DataSourceAccessor.getSpanBySequence(SDocumentGraph documentGraph,
DataSourceSequence DataSourceSequence)
Returns all
SSpan objects which refer to the passed
DataSourceSequence object. |
Copyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.