org.apache.camel.view
Class NodeData

java.lang.Object
  extended by org.apache.camel.view.NodeData

public class NodeData
extends Object

Represents a node in the EIP diagram tree

Version:

Field Summary
 String association
           
 String edgeLabel
           
 String id
           
 String image
           
 String label
           
 String nodeType
           
 boolean nodeWritten
           
 List<ProcessorDefinition<?>> outputs
           
 String shape
           
 String tooltop
           
 String url
           
 
Constructor Summary
NodeData(String id, Object node, String imagePrefix)
           
 
Method Summary
static String insertSpacesBetweenCamelCase(String name)
          Inserts a space before each upper case letter after a lowercase
protected  String removeQueryString(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

image

public String image

label

public String label

shape

public String shape

edgeLabel

public String edgeLabel

tooltop

public String tooltop

nodeType

public String nodeType

nodeWritten

public boolean nodeWritten

url

public String url

outputs

public List<ProcessorDefinition<?>> outputs

association

public String association
Constructor Detail

NodeData

public NodeData(String id,
                Object node,
                String imagePrefix)
Method Detail

removeQueryString

protected String removeQueryString(String text)

insertSpacesBetweenCamelCase

public static String insertSpacesBetweenCamelCase(String name)
Inserts a space before each upper case letter after a lowercase



Apache CAMEL