| Modifier and Type | Method and Description |
|---|---|
Node |
GraphAnalysis.getNode(String fqn) |
Node |
Link.getSource() |
Node |
Link.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Node> |
GraphAnalysis.getNodeMap() |
Map<String,Node> |
Graph.getNodeMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphAnalysis.addNode(Node node) |
Graph |
ImpactAnalysisHelper.filterImpactedNodes(Graph graph,
Node changedNode)
Set changedNode status to Status.CHANGED and impacted nodes status to Status.IMPACTED
|
static void |
Node.linkNodes(Node source,
Node target,
ReactivityType type) |
void |
Link.setSource(Node source) |
void |
Link.setTarget(Node target) |
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.setNodeMap(Map<String,Node> nodeMap) |
| Constructor and Description |
|---|
Link(Node source,
Node target,
ReactivityType reactivityType) |
| Constructor and Description |
|---|
Graph(Map<String,Node> nodeMap) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.