| Modifiers | Name | Description | 
|---|---|---|
| static java.awt.Color | ARROW_OK | The color of the arrow that connects a source and destination node. | 
| static java.awt.Color | CONNECTOR_COLOR | |
| static java.awt.Color | CONNECTOR_SHADOW_COLOR | |
| static java.awt.Color | DISCARD_VALUES | A source node that is discarded. | 
| static java.awt.Color | DYNAMIC_METAMODEL | A node that is not defined in the schema but discovered in messages. | 
| static java.awt.Color | ERROR | A message that could not be transformed. | 
| static java.awt.Color | NO_DESTINATION | A source node that is not connected to a destination. | 
| static java.awt.Color | NO_SOURCE | A destination node that is not connected to a source. | 
| static java.awt.Color | OK | A node that is connected. | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
The color of the arrow that connects a source and destination node.
A source node that is discarded. This means that values in the original messages will be lost.
A node that is not defined in the schema but discovered in messages.
A message that could not be transformed.
A source node that is not connected to a destination. This means that values in the original messages will be copied to their old locations, which may be illegal in the new schema.
A destination node that is not connected to a source. This may be a new node in the schema or a a renamed node that is not connected yet.
A node that is connected.