Modifier and Type | Method and Description |
---|---|
ProcessTree.Type |
ProcessTree.getType(Node node)
Returns the type of a node expressed in the Type enumeration
|
static ProcessTree.Type |
ProcessTree.Type.getTypeOf(Node node) |
static ProcessTree.Type |
ProcessTree.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessTree.Type[] |
ProcessTree.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<N extends Node> |
ProcessTree.iterator(ProcessTree.Type type)
returns an iterator over the nodes implementing the given type.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.util.UUID,ProcessTree.Type> |
ControlFlowConfiguration.getReplacedNodes()
returns the replaced nodes
|
Modifier and Type | Method and Description |
---|---|
void |
ControlFlowConfiguration.setChangeableNode(Node node,
ProcessTree.Type type)
sets a changeable node to a specific type
|
void |
ControlFlowConfiguration.setChangeableNode(java.util.UUID node,
ProcessTree.Type type)
sets a changeable node to a specific type
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.util.UUID,ProcessTree.Type> |
ControlFlowConfigurationImpl.getReplacedNodes() |
Modifier and Type | Method and Description |
---|---|
void |
ControlFlowConfigurationImpl.setChangeableNode(Node node,
ProcessTree.Type type) |
void |
ControlFlowConfigurationImpl.setChangeableNode(java.util.UUID node,
ProcessTree.Type type) |
Constructor and Description |
---|
EditorActionListenerAddNode(ProcessTree tree,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
ProcessTree.Type nodeType,
javax.swing.JTextField nameField,
javax.swing.JSlider childIndex) |
Constructor and Description |
---|
EditorActionListenerChangeType(ProcessTree tree,
GraphMouseListener graphMouseListener,
GraphPanel graphPanel,
javax.swing.JComboBox<ProcessTree.Type> typeBox) |
Modifier and Type | Method and Description |
---|---|
ProcessTree.Type |
ProcessTreeImpl.getType(Node node) |
Modifier and Type | Method and Description |
---|---|
<N extends Node> |
ProcessTreeImpl.iterator(ProcessTree.Type type) |
Modifier and Type | Field and Description |
---|---|
protected ProcessTree.Type |
TreeOperatorRenderer.type |