Class Graph
java.lang.Object
org.springframework.integration.graph.Graph
This object can be exposed, for example, as a JSON object over
 HTTP.
- Since:
- 4.3
- Author:
- Andy Clement, Gary Russell
- 
Constructor SummaryConstructorsConstructorDescriptionGraph(Map<String, Object> descriptor, Collection<IntegrationNode> nodes, Collection<LinkNode> links) 
- 
Method Summary
- 
Constructor Details- 
Graphpublic Graph(Map<String, Object> descriptor, Collection<IntegrationNode> nodes, Collection<LinkNode> links) 
 
- 
- 
Method Details- 
getContentDescriptor
- 
getNodes
- 
getLinks
 
-