| Modifier and Type | Method and Description |
|---|---|
static SGraph |
SaltFactory.createSGraph()
|
SGraph |
ISaltFactory.createSGraph()
Creates a new
SGraph object of type SGraphImpl. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SCorpusGraph
In Salt it is possible to create a treelike corpus structure to create
hierarchies between corpora.
|
interface |
SDocumentGraph
The document-structure covers the "real" linguistic data, which means primary
data, linguistic structures and annotations on them.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SCorpusGraphImpl |
class |
SDocumentGraphImpl |
| Modifier and Type | Method and Description |
|---|---|
SGraph |
SNode.getGraph() |
| Modifier and Type | Class and Description |
|---|---|
class |
SGraphImpl |
| Modifier and Type | Field and Description |
|---|---|
protected SGraph |
GraphTraverserModule.graph |
| Modifier and Type | Method and Description |
|---|---|
SGraph |
GraphTraverserModule.getGraph() |
SGraph |
SNodeImpl.getGraph()
Returns the container graph of this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphTraverserModule.setGraph(SGraph graph) |
| Constructor and Description |
|---|
SaltElementNotInGraphException(SGraph graph,
IdentifiableElement element,
String s) |
SaltElementNotInGraphException(SGraph graph,
IdentifiableElement element,
String s,
Throwable ex) |
| Modifier and Type | Method and Description |
|---|---|
SGraph |
SaltFactoryImpl.createSGraph()
Creates a new
SGraph object of type SGraphImpl. |
Copyright © 2009–2016 Humboldt-Universität zu Berlin, INRIA. All rights reserved.