Interface WeightedGraphEdge

All Known Implementing Classes:
DefaultGraphEdge, NeuralNetConnection

public interface WeightedGraphEdge
Interface for a weighted graph edge
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Method Summary

    Modifier and Type Method Description
    double getWeight()  
    void setWeight​(double weight)  
  • Method Details

    • getWeight

      double getWeight()
    • setWeight

      void setWeight​(double weight)