| Interface | Description |
|---|---|
| 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. |
| IdentifiableElement | |
| Identifier |
This class represents an identifier, which is a special kind of a label.
|
| IGraphFactory | |
| Label | |
| LabelableElement |
This interface defines a container to hold
Label objects and makes
them accessible. |
| 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).
|
| Node |
In graph theory a node is a placeholder, which can be related with other
nodes via an relation.
|
| 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.
|
| Class | Description |
|---|---|
| GraphFactory |
| Enum | Description |
|---|---|
| GRAPH_ATTRIBUTES |
This enumeration contains all attributes which are used in several classes in
Salt's graph model.
|
Copyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.