Interface AnnotatedNode<V extends AnnotatedNode<V,A>,A>

All Superinterfaces:
Node<V>

public interface AnnotatedNode<V extends AnnotatedNode<V,A>,A> extends Node<V>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setAnnotation(A annotation)
     

    Methods inherited from interface eu.bandm.tools.graph.Node

    neighbours
  • Method Details

    • getAnnotation

      A getAnnotation()
    • setAnnotation

      void setAnnotation(A annotation)