Uses of Class
org.graphstream.algorithm.APSP.APSPInfo
Package | Description |
---|---|
org.graphstream.algorithm |
-
Uses of APSP.APSPInfo in org.graphstream.algorithm
Fields in org.graphstream.algorithm declared as APSP.APSPInfo Modifier and Type Field Description APSP.APSPInfo
APSP.TargetPath. passBy
An intermediary other node on the minimum path to the other node.Methods in org.graphstream.algorithm with parameters of type APSP.APSPInfo Modifier and Type Method Description void
APSP.APSPInfo. setLengthTo(APSP.APSPInfo other, double length, APSP.APSPInfo passBy)
Add or change the length between this node and another and update the minimum and maximum lengths seen so far.Constructors in org.graphstream.algorithm with parameters of type APSP.APSPInfo Constructor Description TargetPath(org.graphstream.graph.Node other, double distance, APSP.APSPInfo passBy)