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 void
free(int source, int destination, long id)
void
free(Flow flow)
boolean
isReserved(int source, int destination)
boolean
isReserved(Flow flow)
void
reserve(int source, int destination, long id)
void
reserve(Flow flow)
long
whoReserved(int source, int destination)
long
whoReserved(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)
-