Uses of Record Class
es.urjc.etsii.grafo.graphs.model.Edge
Packages that use Edge
-
Uses of Edge in es.urjc.etsii.grafo.graphs.model
Methods in es.urjc.etsii.grafo.graphs.model that return types with arguments of type EdgeModifier and TypeMethodDescriptionMSTInstance.getEdges()
MSTInstance.getEdges
(int node) MSTSolutionValidator.initGraph
(MSTInstance instance, List<Edge> edges) Methods in es.urjc.etsii.grafo.graphs.model with parameters of type EdgeMethod parameters in es.urjc.etsii.grafo.graphs.model with type arguments of type EdgeModifier and TypeMethodDescriptionMSTSolutionValidator.initGraph
(MSTInstance instance, List<Edge> edges) void
MSTSolution.setScoreEdges
(List<Edge> mstEdges)