REM
Object Hierarchy:
Description:
public abstract class REM :
Object
,
ISerializable,
Comparable
<
REM>
Route Efficiency Measure.
This is a base class for different metrics (rtt, bandwidth, ...)
Namespace: Ntk.Core
Package: vd
Content:
Creation methods:
Methods:
- public abstract
Variant
serialize_to_variant ()
- public abstract void deserialize_from_variant (
Variant
v)
- public abstract
string
to_string ()
- public abstract
int
compare_to (REM other)
The Comparable interface implemented here is useful when we have a
collection of REM objects and we want to sort them, or to find the best or the worst of them.
- public abstract REM add_segment (REM other)
This method is used to calculate the efficiency of a path
x0...xi...xn when we know the efficiency of the path x0...xi and the efficiency of the path xi...xn