| 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 |
|---|---|
void |
STextualRelationImpl.setGraph(Graph graph)
Sets the container graph of this relation.
|
void |
SOrderRelationImpl.setGraph(Graph graph)
Sets the container graph of this relation.
|
void |
STimelineImpl.setGraph(Graph graph)
Sets the container graph of this node.
|
void |
SSpanImpl.setGraph(Graph graph)
Sets the container graph of this node.
|
void |
STokenImpl.setGraph(Graph graph)
Sets the container graph of this node.
|
void |
STextualDSImpl.setGraph(Graph graph)
Sets the container graph of this node.
|
void |
SMedialRelationImpl.setGraph(Graph graph)
Sets the container graph of this relation.
|
void |
SPointingRelationImpl.setGraph(Graph graph)
Sets the container graph of this relation.
|
void |
SSequentialDSImpl.setGraph(Graph graph)
Sets the container graph of this node.
|
void |
SDominanceRelationImpl.setGraph(Graph graph)
Sets the container graph of this relation.
|
void |
SStructureImpl.setGraph(Graph graph)
Sets the container graph of this node.
|
void |
STimelineRelationImpl.setGraph(Graph graph)
Sets the container graph of this relation.
|
void |
SSpanningRelationImpl.setGraph(Graph graph)
Sets the container graph of this relation.
|
| Constructor and Description |
|---|
SCorpusGraphImpl(Graph delegate)
Initializes an object of type
SGraphImpl. |
SDocumentGraphImpl(Graph delegate)
Initializes an object of type
SDocumentGraphImpl. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SGraph |
| Modifier and Type | Class and Description |
|---|---|
class |
SGraphImpl |
| Constructor and Description |
|---|
SGraphImpl(Graph delegate)
Initializes an object of type
SGraphImpl. |
| Modifier and Type | Method and Description |
|---|---|
Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> |
IGraphFactory.createGraph()
|
static Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> |
GraphFactory.createGraph()
|
Graph |
Relation.getGraph()
Returns the container graph of this relation.
|
Graph |
Layer.getGraph()
Returns the container graph of this node.
|
Graph |
Node.getGraph()
Returns the container graph of this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Relation.setGraph(Graph graph)
Sets the container graph of this relation.
|
void |
Layer.setGraph(Graph graph)
Sets the container graph of this node.
|
void |
Node.setGraph(Graph graph)
Sets the container graph of this node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphImpl<N extends Node,R extends Relation<N,N>,L extends Layer<N,R>> |
| Modifier and Type | Field and Description |
|---|---|
protected Graph |
NodeImpl.graph
container graph
|
protected Graph |
RelationImpl.graph
container graph
|
protected Graph |
LayerImpl.graph
container graph
|
| Modifier and Type | Method and Description |
|---|---|
Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> |
GraphFactoryImpl.createGraph() |
protected Graph<N,R,L> |
GraphImpl.getDelegate() |
Graph |
NodeImpl.getGraph()
Returns the container graph of this node.
|
Graph |
RelationImpl.getGraph()
Returns the container graph of this relation.
|
Graph |
LayerImpl.getGraph()
Returns the container graph of this node.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NodeImpl.basicSetGraph_WithoutRemoving(Graph graph)
Same as
NodeImpl.basicSetGraph(Graph) but does not remove this node from
old graph, if it was not equal to the passed graph. |
protected void |
RelationImpl.basicSetGraph_WithoutRemoving(Graph graph)
Same as
RelationImpl.basicSetGraph(Graph) but does not remove this relation
from old graph, if it was not equal to the passed graph. |
protected void |
LayerImpl.basicSetGraph_WithoutRemoving(Graph graph)
Same as
LayerImpl.basicSetGraph(Graph) but does not remove this layer from
old graph, if it was not equal to the passed graph. |
protected void |
NodeImpl.basicSetGraph(Graph graph)
This is an internally used method.
|
protected void |
RelationImpl.basicSetGraph(Graph graph)
This is an internally used method.
|
protected void |
LayerImpl.basicSetGraph(Graph graph)
This is an internally used method.
|
void |
NodeImpl.setGraph(Graph graph)
Sets the container graph of this node.
|
void |
RelationImpl.setGraph(Graph graph)
Sets the container graph of this relation.
|
void |
LayerImpl.setGraph(Graph graph)
Sets the container graph of this node.
|
| Constructor and Description |
|---|
GraphImpl(Graph<N,R,L> delegate)
Initializes an object of type
Graph. |
Copyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.