Uses of Record Class
org.qaddict.algo.MaximumMatching.Edge
Packages that use MaximumMatching.Edge
-
Uses of MaximumMatching.Edge in org.qaddict.algo
Methods in org.qaddict.algo that return MaximumMatching.EdgeModifier and TypeMethodDescriptionMaximumMatching.findImprovingPath()MaximumMatching.Edge.prev()Returns the value of theprevrecord component.Constructors in org.qaddict.algo with parameters of type MaximumMatching.EdgeModifierConstructorDescriptionEdge(MaximumMatching.Edge<O, I> prev, I node) Creates an instance of aEdgerecord class.