org.apache.camel.view
Class GraphSupport

java.lang.Object
  extended by org.apache.camel.view.GraphSupport
Direct Known Subclasses:
GraphGeneratorSupport

Deprecated.

@Deprecated
public class GraphSupport
extends Object

A base class for Graph processing code of Camel EIPs containing a number of helper methods

Version:

Field Summary
protected  org.slf4j.Logger log
          Deprecated.  
protected  Map<Object,NodeData> nodeMap
          Deprecated.  
 
Constructor Summary
GraphSupport()
          Deprecated.  
 
Method Summary
protected  void addRouteToMap(Map<String,List<RouteDefinition>> map, RouteDefinition route)
          Deprecated.  
protected  Map<String,List<RouteDefinition>> createRouteGroupMap(List<RouteDefinition> routes)
          Deprecated.  
 String getImagePrefix()
          Deprecated.  
protected  String getLabel(ExpressionDefinition expression)
          Deprecated.  
protected  String getLabel(List<ExpressionDefinition> expressions)
          Deprecated.  
protected  NodeData getNodeData(Object node)
          Deprecated.  
protected  boolean isMulticastNode(ProcessorDefinition<?> node)
          Deprecated.  
protected  boolean isPipeline(ProcessorDefinition<?> node)
          Deprecated. Is the given node a pipeline
 void setImagePrefix(String imagePrefix)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.slf4j.Logger log
Deprecated. 

nodeMap

protected final Map<Object,NodeData> nodeMap
Deprecated. 
Constructor Detail

GraphSupport

public GraphSupport()
Deprecated. 
Method Detail

getLabel

protected String getLabel(List<ExpressionDefinition> expressions)
Deprecated. 

getLabel

protected String getLabel(ExpressionDefinition expression)
Deprecated. 

getNodeData

protected NodeData getNodeData(Object node)
Deprecated. 

createRouteGroupMap

protected Map<String,List<RouteDefinition>> createRouteGroupMap(List<RouteDefinition> routes)
Deprecated. 

addRouteToMap

protected void addRouteToMap(Map<String,List<RouteDefinition>> map,
                             RouteDefinition route)
Deprecated. 

isMulticastNode

protected boolean isMulticastNode(ProcessorDefinition<?> node)
Deprecated. 

isPipeline

protected boolean isPipeline(ProcessorDefinition<?> node)
Deprecated. 
Is the given node a pipeline


getImagePrefix

public String getImagePrefix()
Deprecated. 

setImagePrefix

public void setImagePrefix(String imagePrefix)
Deprecated. 


Apache Camel