Uses of Class
org.spectrumauctions.sats.core.model.cats.graphalgorithms.Edge
-
Packages that use Edge Package Description org.spectrumauctions.sats.core.model.cats.graphalgorithms -
-
Uses of Edge in org.spectrumauctions.sats.core.model.cats.graphalgorithms
Methods in org.spectrumauctions.sats.core.model.cats.graphalgorithms that return types with arguments of type Edge Modifier and Type Method Description java.util.List<Edge>Graph. getBoundary(java.util.List<Vertex> vertices)java.util.List<Edge>Graph. getEdges()Method parameters in org.spectrumauctions.sats.core.model.cats.graphalgorithms with type arguments of type Edge Modifier and Type Method Description doubleGraph. computeCost(java.util.List<Edge> edges)The method computes the cost of a set of edges i.e.java.util.List<Graph>Graph. lowStretchTree(Vertex center, double betta, java.util.List<Edge> bridges)The method generate a Low Stretch Spanning Tree for the graph
-