public interface GraphNode<T>
Modifier and Type | Method and Description |
---|---|
T |
getContent() |
int |
getId() |
List<Edge> |
getInEdges() |
List<Edge> |
getOutEdges() |
void |
setContent(T content) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.