| Package | Description |
|---|---|
| org.corpus_tools.salt.core | |
| org.corpus_tools.salt.core.impl | |
| org.corpus_tools.salt.graph | |
| org.corpus_tools.salt.graph.impl | |
| org.corpus_tools.salt.util.internal.persistence |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SLayer |
| Modifier and Type | Class and Description |
|---|---|
class |
SLayerImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Graph<N extends Node,R extends Relation<N,N>,L extends Layer<N,R>>
The here defined graph is given by G=(V, E, L, {label a , ...label b }) with:
V being a set of
Nodes with v= ({label c , ... label d }) ∊ V
E being a set of directed Relations with e= (v 1 ∊ V, v 2 ∊ V,
{label e , ... label f }) ∊ E
L being a set of Layers with l= (V 1 ⊆ V, E 1 ⊆ E, L 1 ⊆ L,
{label g ,.. label h }) ∊ L
and a set of Labels {label a , ... label b } the graph is labeled
with. |
| Modifier and Type | Method and Description |
|---|---|
static Layer<Node,Relation<Node,Node>> |
GraphFactory.createLayer()
Creates a new
Layer object. |
Layer<Node,Relation<Node,Node>> |
IGraphFactory.createLayer()
Creates a new
Layer object. |
| Modifier and Type | Method and Description |
|---|---|
static Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> |
GraphFactory.createGraph()
|
Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> |
IGraphFactory.createGraph()
|
Set<? extends Layer> |
Relation.getLayers()
Returns all layers containing this relation.
|
Set<? extends Layer> |
Node.getLayers()
Returns all layers containing this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Relation.addLayer(Layer layer)
Adds this relation to the passed layer.
|
void |
Node.addLayer(Layer layer)
Adds this node to the passed layer.
|
void |
Relation.removeLayer(Layer layer)
Removes this relation from the passed layer.
|
void |
Node.removeLayer(Layer layer)
Removes this node from the passed layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphImpl<N extends Node,R extends Relation<N,N>,L extends Layer<N,R>> |
| Modifier and Type | Class and Description |
|---|---|
class |
LayerImpl<N extends Node,R extends Relation<N,N>> |
| Modifier and Type | Method and Description |
|---|---|
Layer<Node,Relation<Node,Node>> |
GraphFactoryImpl.createLayer() |
| Modifier and Type | Method and Description |
|---|---|
Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> |
GraphFactoryImpl.createGraph() |
Set<? extends Layer> |
NodeImpl.getLayers()
Returns all layers containing this node.
|
Set<? extends Layer> |
RelationImpl.getLayers()
Returns all layers containing this relation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeImpl.addLayer(Layer layer)
Adds this node to the passed layer.
|
void |
RelationImpl.addLayer(Layer layer)
Adds this relation to the passed layer.
|
void |
NodeImpl.removeLayer(Layer layer)
Removes this node from the passed layer.
|
void |
RelationImpl.removeLayer(Layer layer)
Removes this relation from the passed layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaltXML10Writer.writeLayer(XMLStreamWriter xml,
Layer layer,
Map<SNode,Integer> nodePositions,
Map<SRelation<SNode,SNode>,Integer> relPositions)
Writes the passed relation object to the passed
XMLStreamWriter. |
| Modifier and Type | Method and Description |
|---|---|
void |
SaltXML10Writer.writeNode(XMLStreamWriter xml,
Node node,
Map<? extends Layer,Integer> layerPositions)
Writes the passed node object to the passed
XMLStreamWriter. |
void |
SaltXML10Writer.writeRelation(XMLStreamWriter xml,
Relation relation,
Map<? extends Node,Integer> nodePositions,
Map<? extends Layer,Integer> layerPositions)
Writes the passed relation object to the passed
XMLStreamWriter. |
Copyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.