| Package | Description |
|---|---|
| org.corpus_tools.salt.common | |
| org.corpus_tools.salt.common.impl | |
| org.corpus_tools.salt.util.internal |
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceSequence> |
SDocumentGraph.getOverlappedDataSourceSequence(List<SNode> nodes,
SALT_TYPE... relationTypes)
Returns the sequences as
DataSourceSequence which are overlapped
by the given SNode node. |
List<DataSourceSequence> |
SDocumentGraph.getOverlappedDataSourceSequence(SNode node,
SALT_TYPE... relationTypes)
Returns the sequences as
DataSourceSequence which are overlapped
by the given SNode node. |
| Modifier and Type | Method and Description |
|---|---|
SToken |
SDocumentGraph.createToken(DataSourceSequence sequence)
Creates a new
SToken object and adds it to the graph. |
List<SNode> |
SDocumentGraph.getNodesBySequence(DataSourceSequence sequence)
Returns all
SNode objects which refer to the passed
DataSourceSequence object. |
List<SSpan> |
SDocumentGraph.getSpansBySequence(DataSourceSequence sequence)
Returns all
SSpan objects which refer to the passed
DataSourceSequence object. |
List<SStructure> |
SDocumentGraph.getStructuresBySequence(DataSourceSequence sequence)
Returns all
SStructure objects which refer to the passed
DataSourceSequence object. |
List<SToken> |
SDocumentGraph.getTokensBySequence(DataSourceSequence sequence)
Returns all
SToken objects which refer to the passed
DataSourceSequence object. |
| Modifier and Type | Method and Description |
|---|---|
SToken |
SDocumentGraph.createToken(List<DataSourceSequence> sequences)
Creates a new
SToken object and adds it to the graph. |
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceSequence> |
SDocumentGraphImpl.getOverlappedDataSourceSequence(List<SNode> nodes,
SALT_TYPE... relationTypes)
Returns the sequences as
DataSourceSequence which are overlapped
by the given SNode node. |
List<DataSourceSequence> |
SDocumentGraphImpl.getOverlappedDataSourceSequence(SNode node,
SALT_TYPE... relationTypes)
Returns the sequences as
DataSourceSequence which are overlapped
by the given SNode node. |
| Modifier and Type | Method and Description |
|---|---|
SToken |
SDocumentGraphImpl.createToken(DataSourceSequence sDSSequence)
Creates a new
SToken object and adds it to the graph. |
List<SNode> |
SDocumentGraphImpl.getNodesBySequence(DataSourceSequence sequence)
Returns all
SNode objects which refer to the passed
DataSourceSequence object. |
List<SSpan> |
SDocumentGraphImpl.getSpansBySequence(DataSourceSequence sequence)
Returns all
SSpan objects which refer to the passed
DataSourceSequence object. |
List<SStructure> |
SDocumentGraphImpl.getStructuresBySequence(DataSourceSequence sequence)
Returns all
SStructure objects which refer to the passed
DataSourceSequence object. |
List<SToken> |
SDocumentGraphImpl.getTokensBySequence(DataSourceSequence sequence)
Returns all
SToken objects which refer to the passed
DataSourceSequence object. |
| Modifier and Type | Method and Description |
|---|---|
SToken |
SDocumentGraphImpl.createToken(List<DataSourceSequence> sequences)
Creates a new
SToken object and adds it to the graph. |
| Modifier and Type | Method and Description |
|---|---|
static List<DataSourceSequence> |
DataSourceAccessor.getOverlappedDataSourceSequence(SDocumentGraph documentGraph,
List<SNode> nodes,
SALT_TYPE... relationTypes) |
static List<DataSourceSequence> |
DataSourceAccessor.getOverlappedDataSourceSequence(SDocumentGraph documentGraph,
SNode sNode,
SALT_TYPE... relationTypes) |
| Modifier and Type | Method and Description |
|---|---|
static List<SNode> |
DataSourceAccessor.getNodeBySequence(SDocumentGraph documentGraph,
DataSourceSequence DataSourceSequence)
Returns all
SNode objects which refer to the passed
DataSourceSequence object. |
static List<SSpan> |
DataSourceAccessor.getSpanBySequence(SDocumentGraph documentGraph,
DataSourceSequence DataSourceSequence)
Returns all
SSpan objects which refer to the passed
DataSourceSequence object. |
static List<SStructure> |
DataSourceAccessor.getStructureBySequence(SDocumentGraph documentGraph,
DataSourceSequence DataSourceSequence)
Returns all
SStructure objects which refer to the passed
DataSourceSequence object. |
static List<SToken> |
DataSourceAccessor.getTokensBySequence(SDocumentGraph documentGraph,
DataSourceSequence DataSourceSequence)
Returns all
SToken objects which refer to the passed
DataSourceSequence object. |
Copyright © 2009–2016 Humboldt-Universität zu Berlin, INRIA. All rights reserved.