| Modifier and Type | Interface and Description |
|---|---|
interface |
SCorpus
In Salt a corpus is represented by this class.
|
interface |
SDocument
In Salt a document is represented by this class.
|
interface |
SMedialDS |
interface |
SSequentialDS<D,P extends Number> |
interface |
SSpan
A span is used to group a couple of tokens together to give them exactly the
same annotation or to connect them as a bunch with a 3rd node at once.
|
interface |
SStructure
Hierarchies are a useful mechanism to express tree-like or hierarchical
structures behind a text.
|
interface |
SStructuredNode
This class bundles the node types
SToken, SSpan and
SStructure to be used as target in a SDominanceRelation. |
interface |
STextualDS |
interface |
STimeline |
interface |
SToken
In general, it is not totally clear in linguistics what a token is.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SCorpusImpl |
class |
SDocumentImpl |
class |
SMedialDSImpl |
class |
SSequentialDSImpl<D,P extends Number> |
class |
SSpanImpl |
class |
SStructureImpl |
class |
STextualDSImpl |
class |
STimelineImpl |
class |
STokenImpl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SCorpusGraphImpl.basicAddRelation(Relation<? extends Node,? extends Node> relation)
Calls the super method an puts the given relation into a relation type
index. an exception will be thrown.
|
protected void |
SCorpusGraphImpl.basicAddRelation(Relation<? extends Node,? extends Node> relation)
Calls the super method an puts the given relation into a relation type
index. an exception will be thrown.
|
protected void |
SDocumentGraphImpl.basicAddRelation(Relation<? extends Node,? extends Node> relation)
Calls the super method an puts the given relation into a relation type
index. an exception will be thrown.
|
protected void |
SDocumentGraphImpl.basicAddRelation(Relation<? extends Node,? extends Node> relation)
Calls the super method an puts the given relation into a relation type
index. an exception will be thrown.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SNode |
| Modifier and Type | Class and Description |
|---|---|
class |
SNodeImpl |
| 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. |
interface |
Layer<N extends Node,R extends Relation<N,N>>
A layer is a grouping mechanism for nodes and relations, and can also contain
further layers (called sub layers).
|
interface |
Relation<S extends Node,T extends Node>
In graph theory an relation is a relation between two nodes, often an
relation is realized as a pair of nodes.
|
interface |
Relation<S extends Node,T extends Node>
In graph theory an relation is a relation between two nodes, often an
relation is realized as a pair of nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
GraphFactory.createNode()
|
Node |
IGraphFactory.createNode()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.addRelation(Relation<? extends Node,? extends Node> relation)
Adds the passed relation to this graph and updates indexes.
|
void |
Graph.addRelation(Relation<? extends Node,? extends Node> relation)
Adds the passed relation to this graph and updates indexes.
|
void |
Layer.addRelation(Relation<? extends Node,? extends Node> relation)
Adds the passed relation to this layer.
|
void |
Layer.addRelation(Relation<? extends Node,? extends Node> relation)
Adds the passed relation to this layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphImpl<N extends Node,R extends Relation<N,N>,L extends Layer<N,R>> |
class |
LayerImpl<N extends Node,R extends Relation<N,N>> |
class |
RelationImpl<S extends Node,T extends Node> |
class |
RelationImpl<S extends Node,T extends Node> |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Node |
NodeImpl.delegate
A delegate object of the same type.
|
protected S |
RelationImpl.source
source node of this relation.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
GraphFactoryImpl.createNode() |
Node |
NodeImpl.getDelegate()
Returns the delegate object.
|
| Modifier and Type | Method and Description |
|---|---|
Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> |
GraphFactoryImpl.createGraph() |
Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> |
GraphFactoryImpl.createGraph() |
Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> |
GraphFactoryImpl.createGraph() |
Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> |
GraphFactoryImpl.createGraph() |
Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> |
GraphFactoryImpl.createGraph() |
Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> |
GraphFactoryImpl.createGraph() |
Layer<Node,Relation<Node,Node>> |
GraphFactoryImpl.createLayer() |
Layer<Node,Relation<Node,Node>> |
GraphFactoryImpl.createLayer() |
Layer<Node,Relation<Node,Node>> |
GraphFactoryImpl.createLayer() |
Relation<Node,Node> |
GraphFactoryImpl.createRelation() |
Relation<Node,Node> |
GraphFactoryImpl.createRelation() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayerImpl.addRelation(Relation<? extends Node,? extends Node> relation)
Adds the passed relation to this layer.
|
void |
LayerImpl.addRelation(Relation<? extends Node,? extends Node> relation)
Adds the passed relation to this layer.
|
void |
GraphImpl.addRelation(Relation<? extends Node,? extends Node> relation)
Adds the passed relation to this graph and updates indexes.
|
void |
GraphImpl.addRelation(Relation<? extends Node,? extends Node> relation)
Adds the passed relation to this graph and updates indexes.
|
protected void |
GraphImpl.basicAddRelation(Relation<? extends Node,? extends Node> relation)
This is an internally used method.
|
protected void |
GraphImpl.basicAddRelation(Relation<? extends Node,? extends Node> relation)
This is an internally used method.
|
| Constructor and Description |
|---|
NodeImpl(Node delegate)
Initializes an object of type
Node. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
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.