public interface AnnotatedGraphModel<V,A> extends GraphModel<V>
A
getAnnotation(V node)
void
setAnnotation(V node, A annotation)
neighbours
A getAnnotation(V node)
void setAnnotation(V node, A annotation)
see also the complete user documentation .