| 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 SStructure |
SaltFactory.createSStructure()
Creates a new
SStructure object. |
SStructure |
ISaltFactory.createSStructure()
Creates a new
SStructure object. |
| Modifier and Type | Method and Description |
|---|---|
SStructure |
SDocumentGraph.createStructure(List<SStructuredNode> structures)
Creates a new
SStructure object, adds it to the graph and returns
the new object. |
SStructure |
SDocumentGraph.createStructure(SStructuredNode... structure)
Creates a new
SStructure object, adds it to the graph and returns
the new object. |
| Modifier and Type | Method and Description |
|---|---|
List<SStructure> |
SDocumentGraph.getStructures() |
List<SStructure> |
SDocumentGraph.getStructuresBySequence(DataSourceSequence sequence)
Returns all
SStructure objects which refer to the passed
DataSourceSequence object. |
| Modifier and Type | Class and Description |
|---|---|
class |
SStructureImpl |
| Modifier and Type | Method and Description |
|---|---|
SStructure |
SDocumentGraphImpl.createStructure(List<SStructuredNode> sourceNodes)
Creates a new
SStructure object, adds it to the graph and returns
the new object. |
SStructure |
SDocumentGraphImpl.createStructure(SStructuredNode... structures)
Creates a new
SStructure object, adds it to the graph and returns
the new object. |
| Modifier and Type | Method and Description |
|---|---|
List<SStructure> |
SDocumentGraphImpl.getStructures() |
List<SStructure> |
SDocumentGraphImpl.getStructuresBySequence(DataSourceSequence sequence)
Returns all
SStructure objects which refer to the passed
DataSourceSequence object. |
| Modifier and Type | Method and Description |
|---|---|
SStructure |
SaltFactoryImpl.createSStructure()
Creates a new
SStructure object. |
| Modifier and Type | Method and Description |
|---|---|
static List<SStructure> |
DataSourceAccessor.getStructureBySequence(SDocumentGraph documentGraph,
DataSourceSequence DataSourceSequence)
Returns all
SStructure objects which refer to the passed
DataSourceSequence object. |
Copyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.