public class DMNSetConnectionSourceNodeCommand extends SetConnectionSourceNodeCommand
| Constructor and Description |
|---|
DMNSetConnectionSourceNodeCommand(Node<? extends View<?>,Edge> sourceNode,
Edge<? extends View,Node> edge,
Connection connection,
DMNGraphsProvider graphsProvider) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getDiagramId() |
GraphsProvider |
getGraphsProvider() |
protected Node<?,Edge> |
getNode(GraphCommandExecutionContext context,
String uuid) |
Node<? extends View<?>,Edge> |
getSourceNode(GraphCommandExecutionContext context) |
CommandResult<RuleViolation> |
undo(GraphCommandExecutionContext context) |
check, execute, getConnection, getEdge, getEdge, getLastConnection, getLastSourceNodeUUID, getSourceNode, getSourceNodeUUID, getTargetNode, getTargetNode, toStringallow, evaluate, getElementNotNull, getGraph, getMutableIndex, getNodeNotNull, getViewEdgepublic DMNSetConnectionSourceNodeCommand(Node<? extends View<?>,Edge> sourceNode, Edge<? extends View,Node> edge, Connection connection, DMNGraphsProvider graphsProvider)
public Node<? extends View<?>,Edge> getSourceNode(GraphCommandExecutionContext context)
getSourceNode in class SetConnectionSourceNodeCommandpublic CommandResult<RuleViolation> undo(GraphCommandExecutionContext context)
undo in interface Command<GraphCommandExecutionContext,RuleViolation>undo in class SetConnectionSourceNodeCommandprotected Node<?,Edge> getNode(GraphCommandExecutionContext context, String uuid)
getNode in class AbstractGraphCommandpublic GraphsProvider getGraphsProvider()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.