flowsim.core
Interface QoSUnicastFlow

All Known Implementing Classes:
QoSUnicastFlowImpl

public abstract interface QoSUnicastFlow
extends UnicastFlow


Method Summary
 int get_max_delay()
          Get maximal delay.
 int get_min_bw()
          Get minimal bandwidth.
 boolean is_be()
          Should this flow be processed best-effort?
 
Methods inherited from interface flowsim.core.UnicastFlow
add_child_same_node, get_child, get_iface, get_parent, get_to, next_node, set_parent_bw
 
Methods inherited from interface flowsim.core.Flow
attach_monitor, block, detach_monitor, get_available_bw, get_bw, get_desired_bw, get_ds, get_flowid, get_from_service, get_from, is_blocked, is_running, set_bw, set_desired_bw, set_ds, set_flowid, set_from_service, start, stop, utility
 

Method Detail

get_max_delay

public int get_max_delay()
Get maximal delay.

get_min_bw

public int get_min_bw()
Get minimal bandwidth.

is_be

public boolean is_be()
Should this flow be processed best-effort?