public class Node extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Node.Status |
| Modifier and Type | Field and Description |
|---|---|
protected Node.Status |
status |
| Constructor and Description |
|---|
Node(Rule rule) |
Node(String packageName,
String ruleName)
This constructor is used for a case where Node to Rule is not 1-to-1 (e.g. collapseWithRuleNamePrefix)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFqdn() |
String |
getId() |
Set<Link> |
getIncomingLinks() |
Set<Link> |
getOutgoingLinks() |
String |
getPackageName() |
Optional<Rule> |
getRule() |
String |
getRuleName() |
Node.Status |
getStatus() |
int |
hashCode() |
static void |
linkNodes(Node source,
Node target,
ReactivityType type) |
void |
setStatus(Node.Status status) |
String |
toString() |
protected Node.Status status
public Node(Rule rule)
public Node.Status getStatus()
public void setStatus(Node.Status status)
public String getId()
public String getFqdn()
public String getPackageName()
public String getRuleName()
public static void linkNodes(Node source, Node target, ReactivityType type)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.