Modifier and Type | Field and Description |
---|---|
private Set<Node> |
children |
private String |
id |
private String |
name |
private Set<Node> |
parents |
Constructor and Description |
---|
Node() |
Node(Node parent,
String name) |
Node(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<Node> |
getChildren() |
String |
getId() |
String |
getName() |
Set<Node> |
getParents() |
int |
hashCode() |
void |
setName(String name) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.