public class RefactorColors extends Object
| Modifier and Type | Field and Description |
|---|---|
static Color |
ARROW_OK
The color of the arrow that connects a source and destination node.
|
static Color |
DISCARD_VALUES
A source node that is discarded.
|
static Color |
DYNAMIC_METAMODEL
A node that is not defined in the schema but discovered in messages.
|
static Color |
ERROR
A message that could not be transformed.
|
static Color |
NO_DESTINATION
A source node that is not connected to a destination.
|
static Color |
NO_SOURCE
A destination node that is not connected to a source.
|
static Color |
OK
A node that is connected.
|
| Constructor and Description |
|---|
RefactorColors() |
public static final Color ARROW_OK
public static final Color OK
public static final Color ERROR
public static final Color NO_DESTINATION
public static final Color DISCARD_VALUES
public static final Color NO_SOURCE
public static final Color DYNAMIC_METAMODEL
Copyright © 2013. All Rights Reserved.