| Interface | Description |
|---|---|
| GraphTraverseHandler |
The interface of a callback handler for traversing a
Graph object. |
| SAbstractAnnotation |
An annotation in Salt is an attribute-value-pair and can belong to either a
node, an edge, a graph, a layer or another label.
|
| SAnnotation |
An annotation in Salt is an attribute-value-pair and can belong to either a
node, an edge, a graph, a layer or another label.
|
| SAnnotationContainer |
This interface defines a container to hold annotations (
SAnnotation),
meta-annotations (SMetaAnnotation), processing annotations (
SProcessingAnnotation) and features (SFeature). |
| SFeature |
An object of class
SFeature is a label and can be added like every
other label to a node, relation, graph, layer or to another label. |
| SGraph | |
| SLayer | |
| SMetaAnnotation |
Meta annotations are very useful for instance to document the creation
process or the aim of a corpus, a sub corpus or a document.
|
| SNamedElement |
Each implementing subclass provides a name.
|
| SNode | |
| SPathElement |
Each object implementing this interface is able to return a
URI for
the id of this object. |
| SProcessingAnnotation |
An object of class
SProcessingAnnotation is a label and can be added
like every other label to a node, relation, graph, layer or to another label. |
| SRelation<S extends SNode,T extends SNode> | |
| STypedElement |
Each implementing subclass provides a type.
|
| Enum | Description |
|---|---|
| SGraph.GRAPH_TRAVERSE_TYPE |
The
SGraph.GRAPH_TRAVERSE_TYPE determines the the traversal order. |
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.