Package ons.util
Class GraphStatus
java.lang.Object
ons.util.GraphStatus
public class GraphStatus
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description GraphStatus(WeightedGraph graph) -
Method Summary
Modifier and Type Method Description voidfree(int source, int destination, long id)voidfree(Flow flow)booleanisReserved(int source, int destination)booleanisReserved(Flow flow)voidreserve(int source, int destination, long id)voidreserve(Flow flow)longwhoReserved(int source, int destination)longwhoReserved(Flow flow)
-
Constructor Details
-
Method Details
-
isReserved
-
isReserved
public boolean isReserved(int source, int destination) -
reserve
-
reserve
public void reserve(int source, int destination, long id) -
whoReserved
-
whoReserved
public long whoReserved(int source, int destination) -
free
-
free
public void free(int source, int destination, long id)
-