| Interface | Description |
|---|---|
| GraphConfig | |
| GraphConfiguration |
Graph specific configuration settings.
|
| GraphContext |
Provides runtime information about current graph transformation process.
|
| GraphMapping | |
| GraphProcessor | |
| GraphTransformer |
Transforms a graph or a subgraph from a source into a target representation.
|
| NodeConfig |
Describes a single node from a graph.
|
| NodeContext |
Provides context (runtime) information about current processed node.
|
| NodeFactory<S,T> |
For each node type a custom factory can be configured which is taken for node transformation.
|
| NodeMapping |
"Connects" two nodes, a source and a target node and provides any information needed by
GraphTransformer to
process the transformation. |
| NodeProcessor |
A stateless processor for a single node.
|
| NodeValueCreatedListener | |
| PropertyConfig |
Configuration information for a GraphNode property.
|
| PropertyContext |
Provides context (runtime) information about current processed property.
|
| PropertyFilter |
General filter for a property
|
| PropertyInterceptor<IN,OUT> |
Intercepts processing of a property.
|
| PropertyMapping |
"Connects" a single node-property from a source to a target.
|
| PropertyProcessor |
Processes a single property of a node.
|
| Exception | Description |
|---|---|
| GraphException |
| Annotation Type | Description |
|---|---|
| GraphNode | |
| GraphProperty |
This annotation provides property specific as well as property mapping specific configuration.
|
| GraphPropertyInterceptor |
Copyright © 2018 SAP SE. All Rights Reserved.