public class Node extends Object implements Comparable
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(String component) |
void |
addEdge(String serviceEdge) |
int |
compareTo(Object anotherNode) |
boolean |
equals(Object object) |
Set<String> |
getComponents() |
Set<String> |
getEdges() |
String |
getId() |
int |
hashCode() |
Copyright © 2019 WSO2. All rights reserved.