public interface AnnotatedGraphModel<V,A> extends GraphModel<V>
Modifier and Type | Method and Description |
---|---|
A |
getAnnotation(V node) |
void |
setAnnotation(V node,
A annotation) |
neighbours
see also the complete user documentation .