Interface LabeledEdge<V,T>

All Known Implementing Classes:
LabeledEdgeImpl

public interface LabeledEdge<V,T>
  • Method Details

    • getSource

      V getSource()
    • getTarget

      V getTarget()
    • getLabel

      T getLabel()
    • setLabel

      void setLabel(T label)