Package mgui.interfaces.graphs
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
-
Method Details
-
getWeight
double getWeight() -
setWeight
void setWeight(double weight)
-