public class AnnotatedNodeGraphModel<V extends AnnotatedNode<? extends V,A>,A> extends NodeGraphModel<V> implements AnnotatedGraphModel<V,A>
Constructor and Description |
---|
AnnotatedNodeGraphModel() |
Modifier and Type | Method and Description |
---|---|
A |
getAnnotation(V node) |
void |
setAnnotation(V node,
A annotation) |
neighbours
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
neighbours
public A getAnnotation(V node)
getAnnotation
in interface AnnotatedGraphModel<V extends AnnotatedNode<? extends V,A>,A>
public void setAnnotation(V node, A annotation)
setAnnotation
in interface AnnotatedGraphModel<V extends AnnotatedNode<? extends V,A>,A>
see also the complete user documentation .