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