| Package | Description |
|---|---|
| org.corpus_tools.salt | |
| org.corpus_tools.salt.core | |
| org.corpus_tools.salt.core.impl | |
| org.corpus_tools.salt.impl | |
| org.corpus_tools.salt.samples |
| Modifier and Type | Method and Description |
|---|---|
SLayer |
ISaltFactory.createSLayer()
Creates a new
SLayer object of type SLayerImpl. |
static SLayer |
SaltFactory.createSLayer()
|
| Modifier and Type | Method and Description |
|---|---|
List<SLayer> |
SGraph.getLayerByName(String layerName)
Searches for a layer or a set of layers having the given layer name.
|
Set<SLayer> |
SNode.getLayers()
Returns all layers containing this node.
|
Set<SLayer> |
SRelation.getLayers()
Returns all layers containing this relation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SLayerImpl |
| Modifier and Type | Method and Description |
|---|---|
List<SLayer> |
SGraphImpl.getLayerByName(String layerName)
Searches for a layer or a set of layers having the given layer name.
|
Set<SLayer> |
SRelationImpl.getLayers() |
Set<SLayer> |
SNodeImpl.getLayers() |
| Modifier and Type | Method and Description |
|---|---|
void |
SGraphImpl.addLayer(SLayer layer)
Adds the passed layer to this graph.
|
| Modifier and Type | Method and Description |
|---|---|
SLayer |
SaltFactoryImpl.createSLayer()
Creates a new
SLayer object of type SLayerImpl. |
| Modifier and Type | Method and Description |
|---|---|
static SToken |
SampleGenerator.createToken(int start,
int end,
STextualDS textualDS,
SDocument document,
SLayer layer)
Creates a
SToken covering the passed position and returns it. |
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.