A B C D E F G H I J K L M N O P Q R S T U V W Z

O

obtain(V) - Method in class bcds.phison.ra.DijkstraAll
Returns the shortest path to dest that has been computed in a previous call to runAll().
obtain(V, V) - Method in class bcds.phison.ra.DijkstraAll
Deprecated. Replaced by DijkstraAll.obtain(V) so that it is clear that the source node is (implicitly) the one that has been passed to runAll().
offersProtection() - Method in class bcds.phison.ra.ProtectionAlgBase
Returns true.
offersProtection() - Method in interface bcds.phison.ra.RoutingAlg
Returns true/false to indicate whether it supports protection.
offersProtection() - Method in class bcds.phison.ra.RoutingAlgBase
Returns false.
opt() - Method in class bcds.phison.sim.PmBase
Returns the global simulation parameters.
opt() - Method in class bcds.phison.sim.SimCore
Returns the options associated to this simulator.
outDegreeOf(V) - Method in class bcds.phison.SdiGraph
Returns the number of outgoing edges of vertex v.
outDegreeOf(V) - Method in interface bcds.phison.SimGraph
Returns the cardinality of the set of outgoing edges of the vertex v.
outgoingEdges(int, int) - Method in class bcds.phison.clustering.GraphCondenser
Returns the ougtgoing edges present in the original graph corresponding to border nodes in the cluster from, going to border nodes in the cluster to.
outgoingEdgesOf(V) - Method in class bcds.phison.ra.DijkstraAll
Returns the links of u that lead to other nodes (that is, outgoing edges) when that node has just been removed from the priority queue.
outgoingEdgesOf(V) - Method in class bcds.phison.SdiGraph
Returns an unmodifiable view of the set of outgoing edges of the vertex v.
outgoingEdgesOf(V) - Method in interface bcds.phison.SimGraph
Returns an unmodifiable view of the set of outgoing edges of the vertex v.
OutNodeDegree<V,E> - Class in bcds.phison.gm
Computes the average node degree of a topology as a GraphMetric.
OutNodeDegree() - Constructor for class bcds.phison.gm.OutNodeDegree
Default constructor.
OutNodeDegree(SimGraph<V, E>, Environ) - Constructor for class bcds.phison.gm.OutNodeDegree
Creates a new instance and calls setup to complete the initialization.

A B C D E F G H I J K L M N O P Q R S T U V W Z